From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp39.i.mail.ru (smtp39.i.mail.ru [94.100.177.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 3C1C945C304 for ; Thu, 17 Dec 2020 02:10:14 +0300 (MSK) From: Leonid Vasiliev Date: Thu, 17 Dec 2020 02:09:05 +0300 Message-Id: Subject: [Tarantool-patches] [PATCH v3 0/2] Fix working with VDBE List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: tarantool-patches@dev.tarantool.org, v.shpilevoy@tarantool.org, imeevma@tarantool.org, korablev@tarantool.org, sergos@tarantool.org 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