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 61DE12660A for ; Fri, 15 Jun 2018 05:25:11 -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 ZMQOvsIfcZlx for ; Fri, 15 Jun 2018 05:25:11 -0400 (EDT) Received: from smtp46.i.mail.ru (smtp46.i.mail.ru [94.100.177.106]) (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 B7F2324527 for ; Fri, 15 Jun 2018 05:25:10 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v3 04/10] box: port schema_find_id to C References: <554b7cb6-169e-d259-35e5-d6f52ce79899@tarantool.org> <68B2A7B9-DA6F-4C47-A881-79205E22E5F5@tarantool.org> From: Vladislav Shpilevoy Message-ID: <57af5faf-78e5-e5e2-968d-5351cc0a9eae@tarantool.org> Date: Fri, 15 Jun 2018 12:25:08 +0300 MIME-Version: 1.0 In-Reply-To: <68B2A7B9-DA6F-4C47-A881-79205E22E5F5@tarantool.org> 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: "n.pettik" , tarantool-patches@freelists.org Cc: Kirill Shcherbatov Thanks. First 4 commits are pushed to 2.0. Kirill, please, rebase. On 15/06/2018 01:46, n.pettik wrote: > 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. >