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 5F9B428BF2 for ; Mon, 20 Aug 2018 01:21:39 -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 EW7aKBG0Mopo for ; Mon, 20 Aug 2018 01:21:39 -0400 (EDT) Received: from smtp44.i.mail.ru (smtp44.i.mail.ru [94.100.177.104]) (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 1CA5428BA8 for ; Mon, 20 Aug 2018 01:21:39 -0400 (EDT) Date: Mon, 20 Aug 2018 08:21:37 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: after table rename properly update indexes Message-ID: <20180820052137.kdldqcn4lfszogtl@tarantool.org> References: <20180815085442.7bajsapuf7wrlu3r@tarantool.org> <20180817050825.uax4zropxp44uqst@tarantool.org> <9f8078f3-50fd-f82b-05ba-b54d6f2ca407@tarantool.org> <20180817134836.zyj5udil3qeqowpw@tarantool.org> <93430B4D-AD89-4B7C-8097-7D88434E4753@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <93430B4D-AD89-4B7C-8097-7D88434E4753@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: "n.pettik" Cc: tarantool-patches@freelists.org, Vladislav Shpilevoy Hello Nikita, On 17 авг 21:26, n.pettik wrote: > > >> Hi! Thanks for the fixes! > >> > >>> diff --git a/test-run b/test-run > >>> index ed45e1d..0aa25ae 160000 > >>> --- a/test-run > >>> +++ b/test-run > >>> @@ -1 +1 @@ > >>> -Subproject commit ed45e1dbd36ab9109b84ef7189ef9d7e4b813fb9 > >>> +Subproject commit 0aa25ae8a9d4af977b3c3478cba3ccdc4ef81d35 > >> > >> Test-run is updated accidentally. > > > > I've discarded the hunk & force-pushed the branch. Don't think > > repost is needed here. > > Hello, guys. I found this seagfault on updated branch: This is a separate issue which was uncovered by my patch. So, I'll re-send my change as a patchset of 2 patches: one fising original issue and another, which fixes this one. So, please disregard this patch. -- Regards, Kirill Yukhin