Fixed oopsie, and fixed a typo.

parent efc432be
...@@ -4512,7 +4512,7 @@ Delayed insert handler has pending inserts to a table. ...@@ -4512,7 +4512,7 @@ Delayed insert handler has pending inserts to a table.
@item @item
@code{FLUSH TABLES} @code{FLUSH TABLES}
@end enumerate @end itemize
@item @item
Before MySQL Version 3.23.2 an @code{UPDATE} that updated a key with Before MySQL Version 3.23.2 an @code{UPDATE} that updated a key with
...@@ -17859,7 +17859,7 @@ The command returns a table with the following columns: ...@@ -17859,7 +17859,7 @@ The command returns a table with the following columns:
@example @example
CHECK TABLE tbl_name[,tbl_name...] [option [option...]] CHECK TABLE tbl_name[,tbl_name...] [option [option...]]
option = QUICK | FAST | MEDIUM | EXTEND | CHANGED option = QUICK | FAST | MEDIUM | EXTENDED | CHANGED
@end example @end example
@code{CHECK TABLE} only works on @code{MyISAM} tables. On @code{CHECK TABLE} only works on @code{MyISAM} tables. On
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