[Tarantool-patches] [PATCH 0/2] Fix working with temporary files in VDBE

Leonid Vasiliev lvasiliev at tarantool.org
Tue Dec 8 22:59:26 MSK 2020


https://github.com/tarantool/tarantool/issues/5537
https://github.com/tarantool/tarantool/tree/lvasilev/gh-5537-sql-vdbe-sort-troubles

@ChangeLog Fixed possible crash in SQL. A crash could have occurred
when multiple instances of the tarantool were runs on the same node
and executed a `SELECT` statement with `ORDER BY`, `GROUP BY` clauses
with many results.(#5537)

Leonid Vasiliev (1):
  sql: update temporary file name format

Mergen Imeev (1):
  sql: add missing diag_set on failure when working with files inside
    SQL module

 src/box/sql/os_unix.c | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

-- 
2.7.4



More information about the Tarantool-patches mailing list