[Tarantool-patches] [PATCH v4 12/16] sql: refactor MIN() and MAX() functions

Vladislav Shpilevoy v.shpilevoy at tarantool.org
Tue Oct 5 00:54:10 MSK 2021


Good job on the fixes!

> diff --git a/src/box/sql/vdbe.c b/src/box/sql/vdbe.c
> index a3d403176..96eb76244 100644
> --- a/src/box/sql/vdbe.c
> +++ b/src/box/sql/vdbe.c
> @@ -4161,7 +4161,6 @@ case OP_AggStep: {
>  	}
>  #endif
>  
> -	pMem->n++;

Could you please remind me why is it dropped in this commit?


More information about the Tarantool-patches mailing list