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 3C3A025021 for ; Fri, 12 Jul 2019 04:49:47 -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 zkV2lCeftQJr for ; Fri, 12 Jul 2019 04:49:47 -0400 (EDT) Received: from smtp59.i.mail.ru (smtp59.i.mail.ru [217.69.128.39]) (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 EBFBC25017 for ; Fri, 12 Jul 2019 04:49:46 -0400 (EDT) Date: Fri, 12 Jul 2019 11:49:44 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 07/12] sql: move LIKE UConverter object to collation library Message-ID: <20190712084944.pdyaie4y6y6o7pg6@tarantool.org> References: 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: tarantool-patches@freelists.org Cc: korablev@tarantool.org, kostja@tarantool.org, Kirill Shcherbatov Hello, On 10 Jul 14:01, Kirill Shcherbatov wrote: > Moved UConverter object to collation library. This is required > to get rid of sqlRegisterBuiltinFunctions function in further > patches. > > Needed for #4113, #2200, #2233 The patch was committed to master. -- Regards, Kirill Yukhin