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 252EC2615B for ; Thu, 14 Jun 2018 18:46:59 -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 zObMbiYTgVMr for ; Thu, 14 Jun 2018 18:46:59 -0400 (EDT) Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 7527226138 for ; Thu, 14 Jun 2018 18:46:58 -0400 (EDT) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: [tarantool-patches] Re: [PATCH v3 04/10] box: port schema_find_id to C From: "n.pettik" In-Reply-To: <554b7cb6-169e-d259-35e5-d6f52ce79899@tarantool.org> Date: Fri, 15 Jun 2018 01:46:49 +0300 Content-Transfer-Encoding: 7bit Message-Id: <68B2A7B9-DA6F-4C47-A881-79205E22E5F5@tarantool.org> References: <554b7cb6-169e-d259-35e5-d6f52ce79899@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: Kirill Shcherbatov , Vladislav Shpilevoy First four patches LGTM as well. > 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.