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 1C66224423 for ; Mon, 11 Mar 2019 04:07:22 -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 p01fTCT9hfKH for ; Mon, 11 Mar 2019 04:07:22 -0400 (EDT) Received: from mail-lj1-f195.google.com (mail-lj1-f195.google.com [209.85.208.195]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by turing.freelists.org (Avenir Technologies Mail Multiplex) with ESMTPS id B3429242E1 for ; Mon, 11 Mar 2019 04:07:21 -0400 (EDT) Received: by mail-lj1-f195.google.com with SMTP id d24so3129012ljc.12 for ; Mon, 11 Mar 2019 01:07:21 -0700 (PDT) Date: Mon, 11 Mar 2019 11:07:18 +0300 From: Konstantin Osipov Subject: [tarantool-patches] Re: [PATCH 1/3] sql: remove SQL_LIKE_DOESNT_MATCH_BLOBS Message-ID: <20190311080718.GF3101@chai> References: <819cad361d29e627f17cf38c6ca6ffd0e10d3e2b.1552149462.git.korablev@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <819cad361d29e627f17cf38c6ca6ffd0e10d3e2b.1552149462.git.korablev@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: tarantool-patches@freelists.org Cc: v.shpilevoy@tarantool.org, Nikita Pettik * Nikita Pettik [19/03/09 22:50]: > We are going to always throw an error if value of BLOB type gets to LIKE > arguments, so code under is macro is not needed anymore. What's the decision about LIKE for MP_STR + collaction binary or no collation at all? Shouldn't we need this code as an optimized implementation of LIKE for binary? -- Konstantin Osipov, Moscow, Russia, +7 903 626 22 32 http://tarantool.io - www.twitter.com/kostja_osipov