diff options
author | Igor Babaev <igor@askmonty.org> | 2013-08-06 13:31:38 -0700 |
---|---|---|
committer | Igor Babaev <igor@askmonty.org> | 2013-08-06 13:31:38 -0700 |
commit | 86d62605e88d0bee2c4b1970ae8320c11af078d6 (patch) | |
tree | aa1c68294c338c283fe917437550924a687d3594 /sql/lex.h | |
parent | 807fef40fffbbb8e92564a52b902b504ba8cfcdc (diff) | |
download | mariadb-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.h | 1 |
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)}, |