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 7287529170 for ; Fri, 1 Jun 2018 16:24:52 -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 s7CcHMDtcxHv for ; Fri, 1 Jun 2018 16:24:52 -0400 (EDT) Received: from smtpng2.m.smailru.net (smtpng2.m.smailru.net [94.100.179.3]) (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 2F664290CC for ; Fri, 1 Jun 2018 16:24:51 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v1 1/4] box: move db->pShchema init to sql_init References: <80e32b9cb08cd33972e4e223197ef1944e319ce5.1527765756.git.kshcherbatov@tarantool.org> From: Kirill Shcherbatov Message-ID: Date: Fri, 1 Jun 2018 23:24:47 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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 Cc: "v.shpilevoy@tarantool.org" > To use for what? Before what? I see it in the commit message, but lets > explain this in the comment as well. - /* Initialize pSchema to use SQL parser. */ + /* + * Initialize pSchema to use SQL parser on initialization: + * e.g. Trigger objects (compiled from SQL on tuple + * insertion in _trigger) need to refer it. + */