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 E904427BA7 for ; Thu, 21 Feb 2019 06:14:13 -0500 (EST) 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 NLJSHY4VSvOi for ; Thu, 21 Feb 2019 06:14:13 -0500 (EST) Received: from smtpng3.m.smailru.net (smtpng3.m.smailru.net [94.100.177.149]) (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 A63E5279B0 for ; Thu, 21 Feb 2019 06:14:13 -0500 (EST) Received: by smtpng3.m.smailru.net with esmtpa (envelope-from ) id 1gwmIu-0004CT-8S for tarantool-patches@freelists.org; Thu, 21 Feb 2019 14:14:12 +0300 Date: Thu, 21 Feb 2019 14:14:07 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 09/12] vinyl: introduce statement environment Message-ID: <20190221111407.GI3872@chai> References: <8b953dced0d5d3009da2c0ff527d5e2846e39a4a.1550744027.git.vdavydov.dev@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8b953dced0d5d3009da2c0ff527d5e2846e39a4a.1550744027.git.vdavydov.dev@gmail.com> 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 * Vladimir Davydov [19/02/21 13:31]: > Store tuple_format_vtab, max_tuple_size, and key_format there. > This will allow us to determine a statement type (key or tuple) > by checking its format against key_format. OK to push, but the same comment as for the previous patch applies, I don't think this patch is useful without the rest. -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov