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 680752AC58 for ; Tue, 26 Mar 2019 06:59:36 -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 RxnbBIRHMlDJ for ; Tue, 26 Mar 2019 06:59:36 -0400 (EDT) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 268002AC55 for ; Tue, 26 Mar 2019 06:59:36 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v2 7/9] sql: refactor sqlite3_reset routine References: From: Kirill Shcherbatov Message-ID: <7fffe90b-1b5a-7e8e-a1d2-474fa20ad842@tarantool.org> Date: Tue, 26 Mar 2019 13:59:34 +0300 MIME-Version: 1.0 In-Reply-To: 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, korablev@tarantool.org Now it is a part of the last patch. (with global names refactoring it has become extremely small)