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 B81F62284C for ; Mon, 14 May 2018 07:40:56 -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 ks8D00HNb50J for ; Mon, 14 May 2018 07:40:56 -0400 (EDT) Received: from smtp40.i.mail.ru (smtp40.i.mail.ru [94.100.177.100]) (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 7807B22802 for ; Mon, 14 May 2018 07:40:56 -0400 (EDT) Date: Mon, 14 May 2018 14:40:52 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH 2/2] sql: replace KeyInfo with key_def Message-ID: <20180514114052.ahwcx2qfscc25n2s@tarantool.org> References: <877b5a2f7886137cda487933b7de9b1774a88421.1525765048.git.kyukhin@tarantool.org> <20180510125938.o6r3gxjfxmsusl5y@tarantool.org> <20180511125623.ulx2xolqwyx2azit@tarantool.org> <70fa7fd6-04b1-8beb-fc38-1c4f1378cb12@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <70fa7fd6-04b1-8beb-fc38-1c4f1378cb12@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: Vladislav Shpilevoy Cc: tarantool-patches@freelists.org Hi Vlad, On 11 мая 22:05, Vladislav Shpilevoy wrote: > Hello. Thanks for fixes. I pushed more on the branch. Please, look at > them, squash if you agree, and them the patchset is LGTM. Thanks a lot for your inputs and fixes! I've checked the patch-set into 2.1 branch. -- Regards, Kirill Yukhin