summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-08-18 21:36:11 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-10 22:27:39 +0200
commitd7c1e0ebbd272d6198733e8a71f1c16548733262 (patch)
tree3dcc2742c491e01b9eed59aac53b713b1a122985 /sql/lex.h
parenta99af484cd9360c2cea92798bcde594adcf23b7e (diff)
downloadmariadb-git-d7c1e0ebbd272d6198733e8a71f1c16548733262.tar.gz
MDEV-5317 Compound statement / anonymous blocks
originally based on the patch by Antony T Curtis
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 6834e4b3b19..41be9b2673d 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -75,6 +75,7 @@ static SYMBOL symbols[] = {
{ "ASCII", SYM(ASCII_SYM)},
{ "ASENSITIVE", SYM(ASENSITIVE_SYM)},
{ "AT", SYM(AT_SYM)},
+ { "ATOMIC", SYM(ATOMIC_SYM)},
{ "AUTHORS", SYM(AUTHORS_SYM)},
{ "AUTO_INCREMENT", SYM(AUTO_INC)},
{ "AUTOEXTEND_SIZE", SYM(AUTOEXTEND_SIZE_SYM)},