diff options
author | unknown <monty@hundin.mysql.fi> | 2002-09-25 20:48:32 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2002-09-25 20:48:32 +0300 |
commit | d90b030c7b0866464d5a02802fd49e5889bf1468 (patch) | |
tree | d801141806d36de566e460cfeb10f1776b01246c /Docs | |
parent | 2384ead5aaa5344134ba1b5cad865f88d9d0f7da (diff) | |
parent | d77ab077d9d2551e3f35b76caef78e9d41b01d3d (diff) | |
download | mariadb-git-d90b030c7b0866464d5a02802fd49e5889bf1468.tar.gz |
Merge
Docs/manual.texi:
SCCS merged
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 cfb41ebe4be..9db4fc96cbe 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}. |