[Tarantool-patches] [PATCH v3 0/2] Fix working with VDBE
Leonid Vasiliev
lvasiliev at tarantool.org
Thu Dec 17 02:09:05 MSK 2020
https://github.com/tarantool/tarantool/issues/5537
https://github.com/tarantool/tarantool/tree/lvasilev/gh-5537-sql-vdbe-sort-troubles
@ChangeLog is absent
Changes in v2:
- add common diag_set if sql_execute is failure.
Changes in v3:
- "sql: update temporary file name format" patch has been pushed to master
- add missing diag_set on failure to all functions when working inside os_unix.c
Leonid Vasiliev (2):
sql: add missing diag_set on failure when working inside os_unix.c
sql: add panic() call in sql_execute() on complete failure
src/box/execute.c | 12 +++++++++-
src/box/sql/os_unix.c | 63 +++++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 69 insertions(+), 6 deletions(-)
--
2.7.4
More information about the Tarantool-patches
mailing list