diff options
author | paul@teton.kitebird.com <> | 2002-09-25 14:38:55 -0500 |
---|---|---|
committer | paul@teton.kitebird.com <> | 2002-09-25 14:38:55 -0500 |
commit | 0190269ca02b2bb64431cc9ee25e94d42cb0633c (patch) | |
tree | 89b079114de8b3d47041b0f9211b2138ab01aba3 /Docs | |
parent | 7b1ff7d8a12b47366bac0ac17ceaa69d8b8d8a9f (diff) | |
parent | e03d4330f88387fefadffabf40021f10cae2f606 (diff) | |
download | mariadb-git-0190269ca02b2bb64431cc9ee25e94d42cb0633c.tar.gz |
Merge paul@work.mysql.com:/home/bk/mysql-4.0
into teton.kitebird.com:/home/paul/mysql-4.0
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index c421ff3095f..bf62d2dd083 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50453,6 +50453,12 @@ each individual 4.0.x release. @itemize @bullet @item +Fixed bug where @code{GRANT}/@code{REVOKE} failed if hostname was given in +not matching case. +@item +Don't give warning in @code{LOAD DATA INFILE} when setting a +@code{timestamp} to a string of '0'. +@item Fixed bug in @code{myisamchk -R} mode. @item Fixed bug that caused @code{mysqld} to crash on @code{REVOKE}. |