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 DDFC7272CB for ; Wed, 22 Aug 2018 02:47:13 -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 q2ZJnJ7cNzCx for ; Wed, 22 Aug 2018 02:47:13 -0400 (EDT) Received: from smtp16.mail.ru (smtp16.mail.ru [94.100.176.153]) (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 9F6AC27137 for ; Wed, 22 Aug 2018 02:47:13 -0400 (EDT) Date: Wed, 22 Aug 2018 09:47:10 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 0/2] sql: update inexes after table rename Message-ID: <20180822064710.4ormpjgv3eiabdfs@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: 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: korablev@tarantool.org Cc: tarantool-patches@freelists.org Hello, On 20 авг 19:49, Kirill Yukhin wrote: > First patch in the patchset fixes indexes update, absense of which caused > gh-3613 to fail. After that, another issue was uncovered. It seems that > during comparing of index defs, opts.sql field was ignored, which in turn > leads to ifnorance of updated indexes from xlog. Second patch takes ops.sql > into account while comparing. > > Issue: https://github.com/tarantool/tarantool/issues/3613 > Branch: https://github.com/tarantool/tarantool/commits/kyukhin/gh-3613-update-idx-afer-alter I've pushed the patchset in to 2.0 branch. -- Regards, Kirill Yukhin