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 BA17F2CE61 for ; Tue, 27 Nov 2018 02:35:04 -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 vnaUfreL_tJ1 for ; Tue, 27 Nov 2018 02:35:04 -0500 (EST) Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) (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 1B2242CE56 for ; Tue, 27 Nov 2018 02:35:04 -0500 (EST) Date: Tue, 27 Nov 2018 10:35:00 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: change of PRAGMA INDEX_INFO syntax Message-ID: <20181127073500.57pwklxk45tptx5v@tarantool.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Nikita Pettik , Ivan Ilyin Hello, On 21 Sep 05:24, Alexander Turenko wrote: > From: Ivan Ilyin > > This change removes 'pragma index_xinfo' syntax. 'pragma index_info' > now works as 'pragma index_xinfo' and also displays type of columns in > index. > > Cleaned up pragma column names array (pragma.h::pragCName). > > Fixes #3194 > --- > > branch: https://github.com/tarantool/tarantool/tree/gh-3194-pragma-index_info-syntax > issue: https://github.com/tarantool/tarantool/issues/3194 I've pushed your patch into 2.1 branch. -- Regards, Kirill Yukhin