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 DF6452691C for ; Fri, 29 Jun 2018 09:28: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 xI56tqoN1Fsz for ; Fri, 29 Jun 2018 09:28: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 9F40226902 for ; Fri, 29 Jun 2018 09:28:52 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH v4 8/8] sql: remove global sql_trigger hash References: <81986d1f9307191bd3d3e37514dc32fadb7e6970.1530029141.git.kshcherbatov@tarantool.org> <1d6bcf87b16c4b7c64eb82d3da43adfabede0a7e.1530029141.git.kshcherbatov@tarantool.org> <44395AB5-7067-46A9-A785-A0707686DCD9@tarantool.org> <02c40c29-8dec-d4dd-c645-216e14bdd5f9@tarantool.org> <3e413ef3-4c4f-0337-32eb-b7d901248e9e@tarantool.org> From: Kirill Shcherbatov Message-ID: Date: Fri, 29 Jun 2018 16:28:48 +0300 MIME-Version: 1.0 In-Reply-To: <3e413ef3-4c4f-0337-32eb-b7d901248e9e@tarantool.org> 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: Vladislav Shpilevoy > Hello. Thanks for the patch! I have pushed my review fixes > as a separate commit for this patch and for > "sql: refactor trigger API functions". Hello! Thank you for fixes! I've spitted them and merged into appropriate commits. Do we ready for merge it?