summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorunknown <igor@rurik.mysql.com>2003-06-19 02:34:33 -0700
committerunknown <igor@rurik.mysql.com>2003-06-19 02:34:33 -0700
commit32ddd42736b4399ed1ac5baabfafc91d4f0b84ca (patch)
treef087d5382ea1b5ddd9c0b03a6059bb9c71006ec9 /sql/lex.h
parent4a83fca1d7fcd5155b45350b90f0f220d3379aa6 (diff)
downloadmariadb-git-32ddd42736b4399ed1ac5baabfafc91d4f0b84ca.tar.gz
preload.result, preload.test:
Removed non-generic info (key used blocks) preload.result, preload.test, lex.h, sql_yacc.yy: Syntax change for preload statement sql/sql_yacc.yy: Syntax change for preload statement sql/lex.h: Syntax change for preload statement mysql-test/t/preload.test: Removed non-generic info (key used blocks) mysql-test/r/preload.result: Removed non-generic info (key used blocks)
Diffstat (limited to 'sql/lex.h')
-rw-r--r--sql/lex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/lex.h b/sql/lex.h
index 0c3e58c4a50..f7c4418cb8d 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -300,7 +300,6 @@ static SYMBOL symbols[] = {
{ "POLYGON", SYM(POLYGON),0,0},
{ "PURGE", SYM(PURGE),0,0},
{ "PRECISION", SYM(PRECISION),0,0},
- { "PRELOAD", SYM(PRELOAD),0,0},
{ "PREV", SYM(PREV_SYM),0,0},
{ "PRIMARY", SYM(PRIMARY_SYM),0,0},
{ "PROCEDURE", SYM(PROCEDURE),0,0},