[tarantool-patches] Re: [PATCH 1/1] sql: drop a useless check from lookupName()

Kirill Yukhin kyukhin at tarantool.org
Tue Apr 23 13:24:43 MSK 2019


Hello,

On 22 Apr 21:34, Vladislav Shpilevoy wrote:
> There was a variable used as a counter from 0 to
> uint32_t space_def->field_count. Obviously it can't be < 0, but
> there was a check for that. Drop it.
> 
> The check was revealed during SQL BOOLEAN review, where one of
> patches gets rid of some explicit Expr.type assignments.
> ---
> Branch: https://github.com/tarantool/tarantool/tree/gerold103/drop-useless-check-from-resolve

I've checked your patch into master.

--
Regards, Kirill Yukhin




More information about the Tarantool-patches mailing list