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 963C82EB5E for ; Mon, 26 Nov 2018 12:56:50 -0500 (EST) 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 kMy73x6jVb4e for ; Mon, 26 Nov 2018 12:56:50 -0500 (EST) Received: from smtp38.i.mail.ru (smtp38.i.mail.ru [94.100.177.98]) (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 D65512A957 for ; Mon, 26 Nov 2018 12:56:49 -0500 (EST) Date: Mon, 26 Nov 2018 20:56:38 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH] sql: change of PRAGMA INDEX_INFO syntax Message-ID: <20181126175637.ba3hrzsqkagkw2dn@tkn_work_nb> References: <20181012094825.fdlkgbm24mfu5txp@tkn_work_nb> <8C8497B9-58A8-42ED-8779-D36126FEC330@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <8C8497B9-58A8-42ED-8779-D36126FEC330@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: "n.pettik" Cc: tarantool-patches@freelists.org, Kirill Yukhin On Fri, Oct 12, 2018 at 04:25:52PM +0300, n.pettik wrote: > LGTM Rebased on top of fresh 2.1. gh-3194-pragma-index_info-syntax https://github.com/tarantool/tarantool/tree/gh-3194-pragma-index_info-syntax https://github.com/tarantool/tarantool/issues/3194 WBR, Alexander Turenko.