[tarantool-patches] Re: [PATCH v1 1/1] sql: ban ANALYZE statement

n.pettik korablev at tarantool.org
Fri Mar 22 19:58:13 MSK 2019


> /////////////////////////////////// ANALYZE ///////////////////////////////////
> -cmd ::= ANALYZE.                {sqlAnalyze(pParse, 0);}
> -cmd ::= ANALYZE nm(X).          {sqlAnalyze(pParse, &X);}
> +cmd ::= ANALYZE.                {}
> +cmd ::= ANALYZE nm(X).          {(void)X;}

Could you remove this statement from parser?
Since it does nothing, it may turn out to be confusing.





More information about the Tarantool-patches mailing list