From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 4 Jun 2019 19:36:03 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH 2/2] net.box: fetch '_vcollation' sysview into the module Message-ID: <20190604163603.ukdr3qogig5leksl@esperanza> References: <8580960460ba5013b81e3a327fc94df2377c06da.1559219194.git.roman.habibov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8580960460ba5013b81e3a327fc94df2377c06da.1559219194.git.roman.habibov@tarantool.org> To: Roman Khabibov Cc: tarantool-patches@freelists.org, v.shpilevoy@tarantool.org List-ID: On Thu, May 30, 2019 at 03:36:03PM +0300, Roman Khabibov wrote: > Fetch "_vcollation" sysview to show collation name instead collation id. > > Closes #3941 > --- > src/box/lua/net_box.lua | 24 ++++++++++++++++++------ > test/box/net.box.result | 2 +- > test/box/stat_net.result | 4 ++-- > 3 files changed, 21 insertions(+), 9 deletions(-) This one looks good to me, but you probably need to write a doc bot request.