[tarantool-patches] Re: [PATCH v1 1/1] sql: remove SQL_*_BKPT macros

n.pettik korablev at tarantool.org
Tue Feb 26 21:12:49 MSK 2019



> On 26 Feb 2019, at 17:52, imeevma at 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
> 
> 
> @@ -652,7 +652,7 @@ sql_progress_handler(sql * db,
> {
> #ifdef SQL_ENABLE_API_ARMOR
> 	if (!sqlSafetyCheckOk(db)) {
> -		(void)SQL_MISUSE_BKPT;
> +		(void)SQL_MISUSE;

I’ve removed things like this and pushed updated branch.
LGTM.





More information about the Tarantool-patches mailing list