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 05337261FD for ; Thu, 14 Jun 2018 15:27:20 -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 nj_MNRNfWo2t for ; Thu, 14 Jun 2018 15:27:19 -0400 (EDT) Received: from smtp48.i.mail.ru (smtp48.i.mail.ru [94.100.177.108]) (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 B6F42261ED for ; Thu, 14 Jun 2018 15:27:19 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v3 04/10] box: port schema_find_id to C References: From: Vladislav Shpilevoy Message-ID: <554b7cb6-169e-d259-35e5-d6f52ce79899@tarantool.org> Date: Thu, 14 Jun 2018 22:27:17 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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, Kirill Shcherbatov , Nikita Pettik Hello, Nikita. Please, review this and the previous 3 commits so as to push the patchset part by part and simplify rebase of next versions. On 14/06/2018 20:32, Kirill Shcherbatov wrote: > Part of #3273. > --- > src/box/schema.cc | 54 ++++++++++++++++++++++++++++++++++++++---------------- > src/box/schema.h | 23 ++++++++++++++++------- > src/box/user.cc | 4 +++- > 3 files changed, 57 insertions(+), 24 deletions(-) >