From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTP id 8A1E920408 for ; Sat, 5 May 2018 15:16:47 -0400 (EDT) Received: from turing.freelists.org ([127.0.0.1]) by localhost (turing.freelists.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7Y6C61rQHeOe for ; Sat, 5 May 2018 15:16:47 -0400 (EDT) Received: from smtp18.mail.ru (smtp18.mail.ru [94.100.176.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id 45D082028B for ; Sat, 5 May 2018 15:16:47 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH 4/4] sql: fix SAVEPOINT RELEASE statement From: "n.pettik" In-Reply-To: <981f3a25-f813-884e-d36f-63794af445fa@tarantool.org> Date: Sat, 5 May 2018 22:16:44 +0300 Content-Transfer-Encoding: 7bit Message-Id: References: <981f3a25-f813-884e-d36f-63794af445fa@tarantool.org> Sender: tarantool-patches-bounce@freelists.org Errors-to: tarantool-patches-bounce@freelists.org Reply-To: tarantool-patches@freelists.org List-help: List-unsubscribe: List-software: Ecartis version 1.0.0 List-Id: tarantool-patches List-subscribe: List-owner: List-post: List-archive: To: tarantool-patches@freelists.org Cc: Vladislav Shpilevoy > 1. Lets do not create a new test file on each issue. Ok, merged tests from previous patch with tests from this one.