summaryrefslogtreecommitdiff
path: root/sql/lex.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-10-14 11:16:17 +0300
committerunknown <monty@donna.mysql.com>2000-10-14 11:16:17 +0300
commit31ed959ba37ae81b9b0eb2079f1576f34f1241c7 (patch)
treedf8914f1dd0d6556d3caa0622efd402a0844bd22 /sql/lex.h
parent1198be81c2037ed14854e19c168028ee62c2390c (diff)
downloadmariadb-git-31ed959ba37ae81b9b0eb2079f1576f34f1241c7.tar.gz
Added RESET command
Docs/manual.texi: Changed max packet limit from 24M -> 16M
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 3e64e3d12b8..7916eb467ef 100644
--- a/sql/lex.h
+++ b/sql/lex.h
@@ -248,6 +248,7 @@ static SYMBOL symbols[] = {
{ "RENAME", SYM(RENAME),0,0},
{ "REPAIR", SYM(REPAIR),0,0},
{ "REPLACE", SYM(REPLACE),0,0},
+ { "RESET", SYM(RESET_SYM),0,0},
{ "RESTORE", SYM(RESTORE_SYM),0,0},
{ "RESTRICT", SYM(RESTRICT),0,0},
{ "RETURNS", SYM(UDF_RETURNS_SYM),0,0},