From 62c5ec128563a8a4eaaf1b33c2f2f34987515f0b Mon Sep 17 00:00:00 2001 From: "jani@a88-113-38-195.elisa-laajakaista.fi" <> Date: Tue, 12 Feb 2008 10:43:38 +0100 Subject: [PATCH] Removed extra symbol during merge. --- sql/lex.h | 1 - 1 file changed, 1 deletion(-) 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)},