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 CF5B32551D for ; Fri, 25 May 2018 08:05:23 -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 1n5_tm5bZuTU for ; Fri, 25 May 2018 08:05:23 -0400 (EDT) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 8B2C524D65 for ; Fri, 25 May 2018 08:05:23 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v7 1/7] sql: remove parser construct, destruct to sql.h References: <7592a5bf-25f4-d1bf-f7c2-17bbf7b2c6e2@tarantool.org> From: Kirill Shcherbatov Message-ID: <4297f7d7-c342-ef1d-3240-c9a5669dfcf8@tarantool.org> Date: Fri, 25 May 2018 15:05:21 +0300 MIME-Version: 1.0 In-Reply-To: <7592a5bf-25f4-d1bf-f7c2-17bbf7b2c6e2@tarantool.org> Content-Type: text/plain; charset=utf-8 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: tarantool-patches@freelists.org Cc: "v.shpilevoy@tarantool.org" > 1. I do not see such functions anywhere. Do you mean > sql_parser_create/destroy?. > 2. Out of 66. Fixed all in branch.