summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorcmiller@zippy.cornsilk.net <>2007-05-02 14:13:33 -0400
committercmiller@zippy.cornsilk.net <>2007-05-02 14:13:33 -0400
commit587290cf00e787992e08282b416b4a74eb675556 (patch)
treea3f368b5c0fe064f88744b2233b685ef3bb63d8a /sql/lex.h
parent71a0ecee6e2241f6f1fcf8216b37067b5ac0161b (diff)
downloadmariadb-git-587290cf00e787992e08282b416b4a74eb675556.tar.gz
Fix up merge. Some macros are now functions. Some functions are
renamed. Some new THD proc_info states are new. Directories must be encountered in make in a specific order, to have symlinks already set. Move community-server-specific tests into own tests, so that we can exempt them from testing on enterprise servers.
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 81ae014b069..0b601de772a 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -387,6 +387,7 @@ static SYMBOL symbols[] = {
{ "PACK_KEYS", SYM(PACK_KEYS_SYM)},
{ "PARSER", SYM(PARSER_SYM)},
{ "PARTIAL", SYM(PARTIAL)},
+ { "PAGE", SYM(PAGE_SYM)},
{ "PARTITION", SYM(PARTITION_SYM)},
{ "PARTITIONING", SYM(PARTITIONING_SYM)},
{ "PARTITIONS", SYM(PARTITIONS_SYM)},