summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorVicențiu Ciorbaru <cvicentiu@gmail.com>2013-10-17 15:11:29 -0700
committerSergei Golubchik <sergii@pisem.net>2013-10-17 15:11:29 -0700
commit0254c9a4bd46b58e9fbfa887ae63dd6ce26ccf8f (patch)
tree005f0febb5cb17a6a2538c731a712d2c87b57e19 /sql/lex.h
parent6062e87f5439e8568cb7efe63bb906a496e425be (diff)
downloadmariadb-git-0254c9a4bd46b58e9fbfa887ae63dd6ce26ccf8f.tar.gz
Added the SET ROLE command to the grammar
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 003f3175c61..1d577b02879 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -489,6 +489,7 @@ static SYMBOL symbols[] = {
{ "REVOKE", SYM(REVOKE)},
{ "RIGHT", SYM(RIGHT)},
{ "RLIKE", SYM(REGEXP)}, /* Like in mSQL2 */
+ { "ROLE", SYM(ROLE_SYM)},
{ "ROLLBACK", SYM(ROLLBACK_SYM)},
{ "ROLLUP", SYM(ROLLUP_SYM)},
{ "ROUTINE", SYM(ROUTINE_SYM)},