[tarantool-patches] Re: [PATCH 2/8] Removes unused functions and commented many years ago code.

n.pettik korablev at tarantool.org
Sun May 19 18:15:48 MSK 2019


> diff --git a/src/box/sql/expr.c b/src/box/sql/expr.c
> index 00992388c..ab6f9f068 100644
> --- a/src/box/sql/expr.c
> +++ b/src/box/sql/expr.c
> @@ -3062,18 +3062,6 @@ sqlExprCodeIN(Parse * pParse,	/* Parsing and code generating context */
> 
> 	assert(pParse->is_aborted || nVector == 1 || eType == IN_INDEX_EPH
> 	       || eType == IN_INDEX_INDEX_ASC || eType == IN_INDEX_INDEX_DESC);
> -#ifdef SQL_DEBUG

SQL_DEBUG is a valid macro, why did you delete this chunk?






More information about the Tarantool-patches mailing list