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

Stanislav Zudin szudin at tarantool.org
Wed May 29 11:21:28 MSK 2019



On 19.05.2019 18:15, n.pettik wrote:
> 
>> 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?
> 
> 

The SQL_DEBUG block contains code commented 24-04-2017
(commit id: c521545d70b24e8d22b06258f77865b96f80ff45).





More information about the Tarantool-patches mailing list