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 E8EEA21AA6 for ; Thu, 26 Apr 2018 08:12:26 -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 bdT0iZHxEqDh for ; Thu, 26 Apr 2018 08:12:26 -0400 (EDT) Received: from smtp5.mail.ru (smtp5.mail.ru [94.100.179.24]) (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 A6BB121A95 for ; Thu, 26 Apr 2018 08:12:26 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v3 2/4] sql: Remove zName and nColumn from SQL. References: From: Vladislav Shpilevoy Message-ID: Date: Thu, 26 Apr 2018 15:12:23 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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: Kirill Shcherbatov , tarantool-patches@freelists.org Hello. Look like you did not push the new commit. On the branch it still is huge, not src/box/sql/build.c | 12 ++++--------. On 25/04/2018 20:10, Kirill Shcherbatov wrote: > I've included some extra changes in this commit. Fixed. > > --- > src/box/sql/build.c | 12 ++++-------- > 1 file changed, 4 insertions(+), 8 deletions(-) >