diff options
author | unknown <monty@donna.mysql.fi> | 2001-04-20 17:14:53 +0300 |
---|---|---|
committer | unknown <monty@donna.mysql.fi> | 2001-04-20 17:14:53 +0300 |
commit | 4c5dd2f27801294f716567995c0d6e625670a9a7 (patch) | |
tree | 52cd3e429150d5231543e4b56d722a880ee48946 /Docs | |
parent | bcb85027cd2358f4776769e1f776e3865430ebdc (diff) | |
download | mariadb-git-4c5dd2f27801294f716567995c0d6e625670a9a7.tar.gz |
Fixed that database name is shown for CHECK TABLE
BitKeeper/etc/ignore:
Added client/mysqlcheck to the ignore list
Docs/manual.texi:
Changelog
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 33feca440fc..0a8e9818ae8 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -43897,7 +43897,7 @@ users uses this code as the rest of the code and because of this we are not yet 100% confident in this code. @menu -* News-3.23.38:: +* News-3.23.38:: Changes in release 3.23.38 * News-3.23.37:: Changes in release 3.23.37 * News-3.23.36:: Changes in release 3.23.36 * News-3.23.35:: Changes in release 3.23.35 @@ -43943,6 +43943,11 @@ not yet 100% confident in this code. @appendixsubsec Changes in release 3.23.38 @itemize @bullet @item +New program @code{mysqlcheck}. +@item +Added database name to output for admin commands like @code{CHECK}, +@code{REPAIR}, @code{OPTIMIZE}. +@item Lots of portability fixes for InnoDB. @item Changed optimizer so that queries like |