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 327C02E82B for ; Wed, 18 Apr 2018 01:50:48 -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 XKvBSS9XjPeQ for ; Wed, 18 Apr 2018 01:50:48 -0400 (EDT) Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (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 E28E8250F7 for ; Wed, 18 Apr 2018 01:50:47 -0400 (EDT) Date: Wed, 18 Apr 2018 08:50:44 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 1/1] sql: remove unused struct AutoinfInfo Message-ID: <20180418055044.fnaos3b3dnkdrsdd@tarantool.org> References: <8824c72027064da22b146df01653b8da6277a7f9.1523998076.git.v.shpilevoy@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8824c72027064da22b146df01653b8da6277a7f9.1523998076.git.v.shpilevoy@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: korablev@tarantool.org Hello Vlad, On 17 апр 23:50, Vladislav Shpilevoy wrote: > --- > Branch: https://github.com/tarantool/tarantool/tree/remove-autoincinfo > > I was trying to remove iAutoIncPKey from struct Table, but it appeared, that > it can be not only 0. SQL allows to create autoincrement not only on a first > field. During researching I have removed struct AutoinfInfo, so there is the > patch. LGTM. Comitted to 2.1.0. -- Regards, Kirill Yukhin