summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorIgor Babaev <igor@askmonty.org>2013-08-06 13:33:18 -0700
committerIgor Babaev <igor@askmonty.org>2013-08-06 13:33:18 -0700
commitf08946c0376cd2a116116685febe758ad5592741 (patch)
tree3d664545b4d913d2dea62d58fc6b561e9afe6d9c /sql/lex.h
parent97e640b9ae83e07b444fceede6b0524256c7a3cc (diff)
parent86d62605e88d0bee2c4b1970ae8320c11af078d6 (diff)
downloadmariadb-git-f08946c0376cd2a116116685febe758ad5592741.tar.gz
Merge
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 e269c3e4040..a4bbf74e715 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -483,6 +483,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)},