Update reserved word list.

parent b42b7ca8
...@@ -6,6 +6,7 @@ ...@@ -6,6 +6,7 @@
# 2001-12-07 Fixup by arjen@mysql.com, add column headings for multitable. # 2001-12-07 Fixup by arjen@mysql.com, add column headings for multitable.
# 2002-05-01 Fixup by arjen@mysql.com, use 3 columns instead of 4. # 2002-05-01 Fixup by arjen@mysql.com, use 3 columns instead of 4.
# 2002-05-03 Fixup by arjen@mysql.com, fill last row to full # of columns. # 2002-05-03 Fixup by arjen@mysql.com, fill last row to full # of columns.
# 2002-06-14 Fixup by arjen@mysql.com, Issue a "bk edit manual.texi".
print STDERR "Scanning lex.h for symbols..\n"; print STDERR "Scanning lex.h for symbols..\n";
open LEX, "<../sql/lex.h"; open LEX, "<../sql/lex.h";
...@@ -48,6 +49,8 @@ for( ; $i%3; $i++) { ...@@ -48,6 +49,8 @@ for( ; $i%3; $i++) {
$list .= sprintf "%s\n", $pre[$i%3]; $list .= sprintf "%s\n", $pre[$i%3];
} }
`bk edit manual.texi`;
open OLD, "<manual.texi"; open OLD, "<manual.texi";
open NEW, ">manual-tmp.texi"; open NEW, ">manual-tmp.texi";
......
...@@ -28530,7 +28530,7 @@ A few are reserved because MySQL needs them and is ...@@ -28530,7 +28530,7 @@ A few are reserved because MySQL needs them and is
@c START_OF_RESERVED_WORDS @c START_OF_RESERVED_WORDS
@c Reserved word list updated Fri May 3 08:41:00 2002 by arjen. @c Reserved word list updated Fri Jun 14 09:34:10 2002 by arjen.
@c To regenerate, use Support/update-reserved-words.pl. @c To regenerate, use Support/update-reserved-words.pl.
@multitable @columnfractions .33 .33 .34 @multitable @columnfractions .33 .33 .34
...@@ -28710,18 +28710,18 @@ A few are reserved because MySQL needs them and is ...@@ -28710,18 +28710,18 @@ A few are reserved because MySQL needs them and is
@tab @code{UPDATE} @tab @code{UPDATE}
@item @code{USAGE} @item @code{USAGE}
@tab @code{USE} @tab @code{USE}
@tab @code{USING} @tab @code{USER_RESOURCES}
@item @code{VALUES} @item @code{USING}
@tab @code{VALUES}
@tab @code{VARBINARY} @tab @code{VARBINARY}
@tab @code{VARCHAR} @item @code{VARCHAR}
@item @code{VARYING} @tab @code{VARYING}
@tab @code{WHEN} @tab @code{WHEN}
@tab @code{WHERE} @item @code{WHERE}
@item @code{WITH} @tab @code{WITH}
@tab @code{WRITE} @tab @code{WRITE}
@tab @code{YEAR_MONTH} @item @code{YEAR_MONTH}
@item @code{ZEROFILL} @tab @code{ZEROFILL}
@tab
@tab @tab
@end multitable @end multitable
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment