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 BF31A2A408 for ; Mon, 27 Aug 2018 12:36:35 -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 xH3hmsK4IBUH for ; Mon, 27 Aug 2018 12:36:35 -0400 (EDT) Received: from smtp50.i.mail.ru (smtp50.i.mail.ru [94.100.177.110]) (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 7FC0C248B4 for ; Mon, 27 Aug 2018 12:36:35 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 1/1] box: replace schema_find_id by box_space_id_by_name References: <203b3a49f33e1964efb7aa3c14aee1d34e2ae6dc.1535021399.git.imeevma@gmail.com> From: Vladislav Shpilevoy Message-ID: <9bb9f8f3-ead3-1e5f-5233-19ec51ab2d15@tarantool.org> Date: Mon, 27 Aug 2018 13:36:29 -0300 MIME-Version: 1.0 In-Reply-To: <203b3a49f33e1964efb7aa3c14aee1d34e2ae6dc.1535021399.git.imeevma@gmail.com> 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, imeevma@tarantool.org Thanks for the patch! Can you provide a test showing that with schema_find_id rights are violated?