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 319B924E73 for ; Wed, 27 Feb 2019 06:17:43 -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 PTVtTMWJMEAC for ; Wed, 27 Feb 2019 06:17:43 -0500 (EST) Received: from smtp3.mail.ru (smtp3.mail.ru [94.100.179.58]) (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 AAFA82297D for ; Wed, 27 Feb 2019 06:17:42 -0500 (EST) Date: Wed, 27 Feb 2019 14:17:39 +0300 From: Kirill Yukhin Subject: [tarantool-patches] Re: [PATCH v1 1/1] sql: remove SQL_*_BKPT macros Message-ID: <20190227111739.5344mofuskaekfrw@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 Hello, On 26 Feb 17:52, imeevma@tarantool.org wrote: > Macros SQL_*_BKPT were used in debug mode to log errors that > occurred during the execution of VDBE. They are not used now. > This patch removes them. > > Part of #3965 > --- > https://github.com/tarantool/tarantool/issues/3965 > https://github.com/tarantool/tarantool/tree/imeevma/gh-3965-rework-errors-in-vdbe I've checked your patch into 2.1 branch. -- Regards, Kirill Yukhin