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 51E1625A03 for ; Thu, 11 Jul 2019 09:59:18 -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 CEPzeUMTfTqQ for ; Thu, 11 Jul 2019 09:59:18 -0400 (EDT) Received: from smtp34.i.mail.ru (smtp34.i.mail.ru [94.100.177.94]) (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 AC21825A00 for ; Thu, 11 Jul 2019 09:59:17 -0400 (EDT) Date: Thu, 11 Jul 2019 16:59:14 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 08/12] sql: rfc for SQL and Lua functions Message-ID: <20190711135914.stcnom6vq5jywthm@tarantool.org> References: <53e0ef51750696b33729dfcb38a269f1ee159112.1562756438.git.kshcherbatov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <53e0ef51750696b33729dfcb38a269f1ee159112.1562756438.git.kshcherbatov@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: korablev@tarantool.org, kostja@tarantool.org, Kirill Shcherbatov Hello, On 10 Jul 14:01, Kirill Shcherbatov wrote: > Part of #4182 > --- > doc/rfc/4182-persistent-lua-functions.md | 214 +++++++++++++++++++++++ > 1 file changed, 214 insertions(+) > create mode 100644 doc/rfc/4182-persistent-lua-functions.md The patch was checked into master. -- Regards, Kirill Yukhin