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 643C5295F5 for ; Thu, 16 Aug 2018 08:58:15 -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 Pbv9lDyUVayg for ; Thu, 16 Aug 2018 08:58:15 -0400 (EDT) Received: from smtp1.mail.ru (smtp1.mail.ru [94.100.179.111]) (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 D706E295E1 for ; Thu, 16 Aug 2018 08:58:14 -0400 (EDT) Date: Thu, 16 Aug 2018 15:58:17 +0300 From: Alexander Turenko Subject: [tarantool-patches] Re: [PATCH v2 1/2] sql: LIKE & GLOB pattern comparison issue Message-ID: <20180816125817.roi3xzrr7elfqyl7@tkn_work_nb> References: <43febf82af3702fadfea135db978ffb6426eb00d.1534259951.git.n.tatunov@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: 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: Alex Khatskevich Cc: Nikita Tatunov , tarantool-patches@freelists.org Hi! On Wed, Aug 15, 2018 at 11:50:48AM +0300, Alex Khatskevich wrote: > Fist of all you did something wrong with the cover letter of this patchset. > Commit messages should be sent as replies to the cover letter. > > Second, this commit should be rebased on top of the `glob deletion`. > > Please, rebase and send this patch properly and we continue review process. The rebase was estimated as approximately one working day of work, so I think it is not worth to do. WBR, Alexander Turenko.