summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2016-11-15 15:57:57 +0400
committerAlexander Barkov <bar@mariadb.org>2017-04-05 15:02:54 +0400
commitcd1afe0aac28cec267e9c2e74d7a5f73050e2614 (patch)
treef232728f8d33871174825cfe0b5b44eec651d29a /sql/lex.h
parentc0576ba5ec928f9598cedcafd17432d800743730 (diff)
downloadmariadb-git-cd1afe0aac28cec267e9c2e74d7a5f73050e2614.tar.gz
MDEV-10588 sql_mode=ORACLE: TRUNCATE TABLE t1 [ {DROP|REUSE} STORAGE ]
Diffstat (limited to 'sql/lex.h')
-rw-r--r--sql/lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h
index a932a24cd3c..67db3b746bf 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -517,6 +517,7 @@ static SYMBOL symbols[] = {
{ "RETURN", SYM(RETURN_SYM)},
{ "RETURNING", SYM(RETURNING_SYM)},
{ "RETURNS", SYM(RETURNS_SYM)},
+ { "REUSE", SYM(REUSE_SYM)},
{ "REVERSE", SYM(REVERSE_SYM)},
{ "REVOKE", SYM(REVOKE)},
{ "RIGHT", SYM(RIGHT)},