diff options
author | Alexander Barkov <bar@mariadb.org> | 2016-11-15 15:57:57 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-04-05 15:02:54 +0400 |
commit | cd1afe0aac28cec267e9c2e74d7a5f73050e2614 (patch) | |
tree | f232728f8d33871174825cfe0b5b44eec651d29a /sql/lex.h | |
parent | c0576ba5ec928f9598cedcafd17432d800743730 (diff) | |
download | mariadb-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.h | 1 |
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)}, |