Tarantool development patches archive
 help / color / mirror / Atom feed
From: imeevma@tarantool.org
To: korablev@tarantool.org
Cc: tarantool-patches@freelists.org
Subject: [tarantool-patches] [PATCH v1 0/3] sql: remove unused code from SQL
Date: Tue,  9 Apr 2019 20:17:01 +0300	[thread overview]
Message-ID: <cover.1554830037.git.imeevma@gmail.com> (raw)

This patch-set removes part of unused code from SQL. That is
needed for #4074.

https://github.com/tarantool/tarantool/issues/4074
https://github.com/tarantool/tarantool/tree/imeevma/gh-4074-remove-unused-code

Mergen Imeev (3):
  sql: remove legacy.c
  sql: remove unused macros in SQL
  sql: remove unused functions from main.c

 src/box/sql/CMakeLists.txt |    1 -
 src/box/sql/analyze.c      |   12 +-
 src/box/sql/build.c        |    2 -
 src/box/sql/expr.c         |    8 -
 src/box/sql/fault.c        |    6 -
 src/box/sql/func.c         |   10 -
 src/box/sql/global.c       |    9 +-
 src/box/sql/legacy.c       |  187 -------
 src/box/sql/main.c         | 1186 +-------------------------------------------
 src/box/sql/malloc.c       |   21 -
 src/box/sql/os.c           |   14 -
 src/box/sql/os_unix.c      |    5 -
 src/box/sql/prepare.c      |    4 -
 src/box/sql/printf.c       |   35 --
 src/box/sql/random.c       |   14 -
 src/box/sql/select.c       |    2 -
 src/box/sql/sqlInt.h       |  108 +---
 src/box/sql/status.c       |   25 +-
 src/box/sql/treeview.c     |    2 -
 src/box/sql/update.c       |    2 -
 src/box/sql/util.c         |   41 --
 src/box/sql/vdbe.c         |   24 -
 src/box/sql/vdbeInt.h      |    4 -
 src/box/sql/vdbeapi.c      |   15 -
 src/box/sql/vdbeaux.c      |   29 +-
 src/box/sql/vdbemem.c      |    8 -
 26 files changed, 20 insertions(+), 1754 deletions(-)
 delete mode 100644 src/box/sql/legacy.c

-- 
2.7.4

             reply	other threads:[~2019-04-09 17:17 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-09 17:17 imeevma [this message]
2019-04-09 17:17 ` [tarantool-patches] [PATCH v1 1/3] sql: remove legacy.c imeevma
2019-04-10  7:26   ` [tarantool-patches] " Konstantin Osipov
2019-04-11  0:02   ` n.pettik
2019-04-09 17:17 ` [tarantool-patches] [PATCH v1 2/3] sql: remove unused macros in SQL imeevma
2019-04-10  7:28   ` [tarantool-patches] " Konstantin Osipov
2019-04-11  0:08   ` n.pettik
2019-04-11 16:56     ` Imeev Mergen
2019-04-12 13:08     ` Mergen Imeev
2019-04-22 15:39       ` n.pettik
2019-04-23  8:59   ` Kirill Yukhin
2019-04-09 17:17 ` [tarantool-patches] [PATCH v1 3/3] sql: remove unused functions from main.c imeevma
2019-04-10  7:31   ` [tarantool-patches] " Konstantin Osipov
2019-04-11  0:24     ` n.pettik
2019-04-11  6:36       ` Konstantin Osipov
2019-04-11  0:14   ` n.pettik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1554830037.git.imeevma@gmail.com \
    --to=imeevma@tarantool.org \
    --cc=korablev@tarantool.org \
    --cc=tarantool-patches@freelists.org \
    --subject='Re: [tarantool-patches] [PATCH v1 0/3] sql: remove unused code from SQL' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox