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 4541D22681 for ; Wed, 11 Jul 2018 09:16:15 -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 9PxqwTJmfvBI for ; Wed, 11 Jul 2018 09:16:15 -0400 (EDT) Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (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 F3A2222291 for ; Wed, 11 Jul 2018 09:16:14 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH v2 1/4] sql: get rid off sqlite3NestedParse in clean stats From: "n.pettik" In-Reply-To: Date: Wed, 11 Jul 2018 16:16:10 +0300 Content-Transfer-Encoding: quoted-printable Message-Id: <59443E97-15B0-4D58-871C-E6DCAD77D0E8@tarantool.org> References: <3017d0e640eebdc6c3f28b5b4a4cbd2ef5646882.1531242355.git.kshcherbatov@tarantool.org> <22654f98-1eb9-9196-4400-648670afc12e@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: Kirill Shcherbatov , Kirill Yukhin > On 11 Jul 2018, at 15:23, Kirill Shcherbatov = wrote: >=20 >> Look, vdbe_emit_stat_space_open() still always takes NULL as = index_name. >> Lets remove it.=20 > Done. Thx, now whole patch-set LGTM.=