From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp63.i.mail.ru (smtp63.i.mail.ru [217.69.128.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 1CAFA41C5DA for ; Fri, 19 Jun 2020 11:36:13 +0300 (MSK) Date: Fri, 19 Jun 2020 11:36:12 +0300 From: Kirill Yukhin Message-ID: <20200619083612.w7ot3nclrvfmu7e7@tarantool.org> References: <3002c51d7ae67c00320046838922aa9edd0b4d90.1592319653.git.kyukhin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3002c51d7ae67c00320046838922aa9edd0b4d90.1592319653.git.kyukhin@tarantool.org> Subject: Re: [Tarantool-patches] [PATCH] sql: raise an error on attempt to use HASH index in SQL List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: korablev@tarantool.org Cc: tarantool-patches@dev.tarantool.org Hello, On 16 июн 18:06, Kirill Yukhin wrote: > Since currently query planner is unable to use HASH indexes > and attempt to use it will likely lead to SEGFAULT, this > patch raises an error on attempt to open VDBE cursor > against HASH index. > > Closes #4659 I've checked the patch into 2.3, 2.4 and master. -- Regards, Kirill Yukhin