summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorbrian@grrr.local <>2005-11-10 19:43:17 +0200
committerbrian@grrr.local <>2005-11-10 19:43:17 +0200
commit98071621447b5fc8270f88198497af598c0f0ee9 (patch)
tree781d2961359b06170c7bb7f8b43fc3749a1bcb1e /sql/lex.h
parent2cb601c84050654a5731ac6f5f994acc1f02eabb (diff)
downloadmariadb-git-98071621447b5fc8270f88198497af598c0f0ee9.tar.gz
Added "SHOW AUTHORS" code
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 cfafd98fe20..ba290e9b646 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -74,6 +74,7 @@ static SYMBOL symbols[] = {
{ "ASC", SYM(ASC)},
{ "ASCII", SYM(ASCII_SYM)},
{ "ASENSITIVE", SYM(ASENSITIVE_SYM)},
+ { "AUTHORS", SYM(AUTHORS_SYM)},
{ "AUTO_INCREMENT", SYM(AUTO_INC)},
{ "AVG", SYM(AVG_SYM)},
{ "AVG_ROW_LENGTH", SYM(AVG_ROW_LENGTH)},