[tarantool-patches] Re: [PATCH v4 3/4] box: introduce column_mask for ck constraint
    Kirill Shcherbatov 
    kshcherbatov at tarantool.org
       
    Fri May 31 16:45:30 MSK 2019
    
    
  
>>> +	sql_resolve_self_reference(&parser, space_def, NC_IsCheck, expr, NULL,
>>> +				   column_mask);
>>
>> 2. Next to last argument 'expr_list' is always NULL. Please, drop it.
> 
> I still do not see that argument dropped.
Done.
void
sql_resolve_self_reference(struct Parse *parser, struct space_def *def,
			   int type, struct Expr *expr)
    
    
More information about the Tarantool-patches
mailing list