[tarantool-patches] Re: [PATCH 01/10] sql: remove suport of ALTER TABLE ADD COLUMN

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Aug 13 23:24:33 MSK 2018


Hi! Thanks for the patch! I have pushed my review fixes in
a separate commit.

On 12/08/2018 17:12, Nikita Pettik wrote:
> We disabled ALTER TABLE ADD COLUMN long ago (i.e. banned in parser
> ability to process this statement), but internal functions for handling
> this routine have remained. This patch removes them as well.
> 
> Part of #3561
> ---
>   src/box/sql/alter.c     | 185 ------------------------------------------------
>   src/box/sql/build.c     |  16 +----
>   src/box/sql/parse.y     |  12 ++--
>   src/box/sql/sqliteInt.h |   7 +-
>   4 files changed, 7 insertions(+), 213 deletions(-)
> 




More information about the Tarantool-patches mailing list