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 E221B303E6 for ; Wed, 5 Dec 2018 15:41:40 -0500 (EST) 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 bOezOF3ZerEB for ; Wed, 5 Dec 2018 15:41:40 -0500 (EST) Received: from smtp15.mail.ru (smtp15.mail.ru [94.100.176.133]) (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 A39602FC66 for ; Wed, 5 Dec 2018 15:41:40 -0500 (EST) Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: fix tarantoolSqlite3TupleColumnFast References: From: Kirill Shcherbatov Message-ID: Date: Wed, 5 Dec 2018 23:41:32 +0300 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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, Vladislav Shpilevoy > In which 'some'? Yes, assert is wrong, but I do not understand > how is it possible that fieldno >= field_count if such errors > are caught during parsing stage. Please, read commit message referenced by my ticket 7a8de28. kyukhin wrote: "This assert is not always hold, e.g. for _schema space where max_id is stored behind formatted fields." about redefined to invalid assert