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 88DDB2F17C for ; Thu, 1 Nov 2018 10:50:18 -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 iQ1UIfYW_fR3 for ; Thu, 1 Nov 2018 10:50:18 -0400 (EDT) Received: from smtp45.i.mail.ru (smtp45.i.mail.ru [94.100.177.105]) (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 413342F17B for ; Thu, 1 Nov 2018 10:50:18 -0400 (EDT) Date: Thu, 1 Nov 2018 17:50:15 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH] sql: remove nKey from struct BtCursor Message-ID: <20181101145015.7jvlgdfbczidqa4b@tarantool.org> References: <20181026145926.15345-1-korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20181026145926.15345-1-korablev@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: v.shpilevoy@tarantool.org, Nikita Pettik Hello, On 26 Oct 17:59, Nikita Pettik wrote: > nKey member (indicating number of parts in key) now is used only for > COUNT routine. On the other hand, it is always equal to 0 (as well as > key is really NULL). Hence, nothing prevents us from removing this > field at all. > --- > https://github.com/tarantool/tarantool/tree/np/remove-nkey-from-cursor I've pushed your patch into 2.1 branch. -- Regards, Kirill Yukhin