Skip to content
Snippets Groups Projects
Commit 73445865 authored by vanyail's avatar vanyail Committed by Kirill Yukhin
Browse files

sql: ban of REINDEX syntax

This change removes REINDEX from keywords and also disables tests
which were using this syntax.

This patch affects only parser, REINDEX implementation still exists,
because it is planned to be fixed and enabled in the scope of #3195.

Note that REINDEX keyword is still in '%fallback' directive in
'parse.y'. Reserved keywords included there to avoid situation when
a keyword has no usages within 'parse.y' file.

Fixes #2174
parent e4537700
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment