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 28903255AF for ; Fri, 12 Jul 2019 04:44:50 -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 GSUZ-GH08wtw for ; Fri, 12 Jul 2019 04:44:50 -0400 (EDT) Received: from smtp29.i.mail.ru (smtp29.i.mail.ru [94.100.177.89]) (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 6B9B025567 for ; Fri, 12 Jul 2019 04:44:49 -0400 (EDT) Date: Fri, 12 Jul 2019 11:44:45 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v2 01/12] sql: get rid of SOUNDEX, MATCH Message-ID: <20190712084445.s3v32cnat2qcuyst@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:00, Kirill Shcherbatov wrote: > In relation with FuncDef cache rework we need to clean-up > builtins list. The SOUNDEX function is not in use while MATCH > fucntion is a stub that raises an error, so they could be > dropped. > > Needed for #4182 After private discussion, patch which enables SOUNDEX was checked into master. Hash: 873a3b301bbe10e8839457b2177ce142e72d97f8 -- Regards, Kirill Yukhin