[tarantool-patches] [PATCH 0/3] A set of small SQL fixes

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Mon Nov 19 16:47:27 MSK 2018


A set of small patches fixing some SQL assertions or incorrect behaviour,
which appeared during working on 3505 - box.sql.execute() removal.

Branch: http://github.com/tarantool/tarantool/tree/imeevma/small-patches

Mergen Imeev (3):
  sql: EXPLAIN through net.box leads to SEGFAULT
  sql: SELECT from system spaces returns unpacked msgpack.
  sql: too many autogenerated ids leads to SEGFAULT

 src/box/execute.c        | 44 ++++++++++++++++++++++++++--------------
 src/box/lua/net_box.c    | 15 +++++++-------
 src/box/sql/vdbe.c       |  8 ++------
 src/box/sql/vdbeaux.c    |  6 ------
 test/sql/iproto.result   | 40 ++++++++++++++++++++++++++++++++++++
 test/sql/iproto.test.lua | 24 +++++++++++++++++++++-
 6 files changed, 102 insertions(+), 35 deletions(-)

-- 
2.17.2 (Apple Git-113)





More information about the Tarantool-patches mailing list