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 E79562B241 for ; Thu, 1 Nov 2018 10:37:12 -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 2MTxblliejoM for ; Thu, 1 Nov 2018 10:37:12 -0400 (EDT) Received: from smtp52.i.mail.ru (smtp52.i.mail.ru [94.100.177.112]) (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 A85E22B1AA for ; Thu, 1 Nov 2018 10:37:12 -0400 (EDT) Date: Thu, 1 Nov 2018 17:37:09 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 1/1] sql: cleanup on failed creation operation Message-ID: <20181101143708.m6tlz7e6cmccvk6a@tarantool.org> References: <433c416428f1ef575324236be22c27962db3f8b5.1536346889.git.imeevma@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <433c416428f1ef575324236be22c27962db3f8b5.1536346889.git.imeevma@gmail.com> 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: v.shpilevoy@tarantool.org Hello, On 07 Sep 22:04, imeevma@tarantool.org wrote: > Some creation operations create objects even on fail. This is > wrong and should be fixed. This patch adds destructors for such > objects. > > Closes #3592 > --- > Branch: https://github.com/tarantool/tarantool/tree/imeevma/gh-3592-cleanup-on-failed-create > Issue: https://github.com/tarantool/tarantool/issues/3592 I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin