diff options
author | unknown <monty@mashka.mysql.fi> | 2002-09-22 18:04:13 +0300 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2002-09-22 18:04:13 +0300 |
commit | a4732af939c83cc6188e52e4e94085477c90ab12 (patch) | |
tree | d0550f80fb60b81627ebed8b5a7f4787f77eed1e /Docs | |
parent | 2047f3e185eb047767619864a499abfcb5096409 (diff) | |
parent | 92dd03932df128eed8164bc3c85e7c9d3306e77b (diff) | |
download | mariadb-git-a4732af939c83cc6188e52e4e94085477c90ab12.tar.gz |
Merge work:/my/mysql-4.0 into mashka.mysql.fi:/home/my/mysql-4.0
Docs/manual.texi:
Auto merged
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index fdf44871865..873b9481c53 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -50448,6 +50448,9 @@ each individual 4.0.x release. @itemize @bullet @item +@code{SET PASSWORD FOR ...} closed the connection in case of errors (bug +from 4.0.3). +@item Increased max possible @code{max_allowed_packet} in @code{mysqld} to 1G. @item Fixed bug when doing a multi-line @code{INSERT} on a table with an @@ -51252,10 +51255,16 @@ not yet 100% confident in this code. @item Fixed core dump bug when using the @code{BINARY} cast on a @code{NULL} value. @item +Fixed race condition when someone did a @code{GRANT} at the same time a new +user logged in or did a @code{USE DATABASE}. +@item Fixed bug in @code{ALTER TABLE} and @code{RENAME TABLE} when running with @code{-O lower_case_table_names=1} (typically on windows) when giving the table name in uppercase. @item +Fixed that @code{-O lower_case_table_names=1} also converts database +names to lower case. +@item Fixed unlikely core dump with @code{SELECT ... ORDER BY ... LIMIT}. @item Changed @code{AND/OR} to report that they can return NULL. This fixes a |