summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-08-06 13:31:38 -0700
committerIgor Babaev <igor@askmonty.org>2013-08-06 13:31:38 -0700
commit86d62605e88d0bee2c4b1970ae8320c11af078d6 (patch)
treeaa1c68294c338c283fe917437550924a687d3594 /sql/lex.h
parent807fef40fffbbb8e92564a52b902b504ba8cfcdc (diff)
downloadmariadb-git-86d62605e88d0bee2c4b1970ae8320c11af078d6.tar.gz
MWL#205 DELETE with result set (mdev-3814)
Includes all post-review fixes as well.
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 dab9e2adbc4..79a9d5f5278 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -480,6 +480,7 @@ static SYMBOL symbols[] = {
{ "RESTRICT", SYM(RESTRICT)},
{ "RESUME", SYM(RESUME_SYM)},
{ "RETURN", SYM(RETURN_SYM)},
+ { "RETURNING", SYM(RETURNING_SYM)},
{ "RETURNS", SYM(RETURNS_SYM)},
{ "REVOKE", SYM(REVOKE)},
{ "RIGHT", SYM(RIGHT)},