diff options
author | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2008-02-12 10:43:38 +0100 |
---|---|---|
committer | unknown <jani@a88-113-38-195.elisa-laajakaista.fi> | 2008-02-12 10:43:38 +0100 |
commit | 88cc6d9736a0108027075b0d12f7cd650cd433ad (patch) | |
tree | 3dab835d29dc2ea30605774582c7c560cc071ba9 /sql | |
parent | 58753e5c11091bd979bc89b3aad84d1dde10e47b (diff) | |
download | mariadb-git-88cc6d9736a0108027075b0d12f7cd650cd433ad.tar.gz |
Removed extra symbol during merge.
Diffstat (limited to 'sql')
-rw-r--r-- | sql/lex.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/lex.h b/sql/lex.h index d97f0718913..acb81dcf717 100644 --- a/sql/lex.h +++ b/sql/lex.h @@ -389,7 +389,6 @@ static SYMBOL symbols[] = { { "PAGE", SYM(PAGE_SYM)}, { "PAGE_CHECKSUM", SYM(PAGE_CHECKSUM_SYM)}, { "PARTIAL", SYM(PARTIAL)}, - { "PAGE", SYM(PAGE_SYM)}, { "PARTITION", SYM(PARTITION_SYM)}, { "PARTITIONING", SYM(PARTITIONING_SYM)}, { "PARTITIONS", SYM(PARTITIONS_SYM)}, |