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 05D7925852 for ; Thu, 26 Jul 2018 16:12:08 -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 dkk95zaQpnsn for ; Thu, 26 Jul 2018 16:12:07 -0400 (EDT) Received: from smtp54.i.mail.ru (smtp54.i.mail.ru [217.69.128.34]) (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 B9C492044D for ; Thu, 26 Jul 2018 16:12:07 -0400 (EDT) Subject: [tarantool-patches] Re: [PATCH 1/5] sql: prohibit creation of FK on unexisting tables References: <32f36b207de86bf144b16260c9ed434b45cf094c.1531443603.git.korablev@tarantool.org> <0176472E-E0CD-41F9-B794-45E02FA54238@tarantool.org> From: Vladislav Shpilevoy Message-ID: <33d5fa73-76a8-9402-e535-4612d7b25c62@tarantool.org> Date: Thu, 26 Jul 2018 23:12:05 +0300 MIME-Version: 1.0 In-Reply-To: <0176472E-E0CD-41F9-B794-45E02FA54238@tarantool.org> 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, "n.pettik" Hi! Thanks for the fixes! 1. sql-tap/fkey2.test.lua fails on this commit. Travis fails as well. 2. I have pushed more review fixes in a separate commit (the test fails before it too). Please, squash if you are ok.