diff options
author | antony@ltantony.rdg.cyberkinetica.homeunix.net <> | 2003-12-17 22:52:03 +0000 |
---|---|---|
committer | antony@ltantony.rdg.cyberkinetica.homeunix.net <> | 2003-12-17 22:52:03 +0000 |
commit | 2b53eef5f00364464652847065a81a32571cc73f (patch) | |
tree | c639b3a159120373264b2f97623f8759e2226d61 /sql/lex.h | |
parent | abaaa0f37b6e9b24e79a9da86be83dd3480f3d5e (diff) | |
download | mariadb-git-2b53eef5f00364464652847065a81a32571cc73f.tar.gz |
WorkLog #1323 (part 2)
New Statement: SHOW [STORAGE] ENGINES
New System Variable: storage_engine
New mysqld Argument: --default-storage-engine=
Diffstat (limited to 'sql/lex.h')
-rw-r--r-- | sql/lex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/lex.h b/sql/lex.h index a7c8735e193..6e69df6f96c 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -146,6 +146,7 @@ static SYMBOL symbols[] = { { "ENCLOSED", SYM(ENCLOSED),0,0}, { "END", SYM(END),0,0}, { "ENGINE", SYM(ENGINE_SYM),0,0}, + { "ENGINES", SYM(ENGINES_SYM),0,0}, { "ENUM", SYM(ENUM),0,0}, { "ERRORS", SYM(ERRORS),0,0}, { "ESCAPE", SYM(ESCAPE_SYM),0,0}, @@ -379,6 +380,7 @@ static SYMBOL symbols[] = { { "STARTING", SYM(STARTING),0,0}, { "STATUS", SYM(STATUS_SYM),0,0}, { "STOP", SYM(STOP_SYM),0,0}, + { "STORAGE", SYM(STORAGE_SYM),0,0}, { "STRAIGHT_JOIN", SYM(STRAIGHT_JOIN),0,0}, { "STRING", SYM(STRING_SYM),0,0}, { "STRIPED", SYM(RAID_STRIPED_SYM),0,0}, |