diff options
author | monty@hundin.mysql.fi <> | 2002-08-08 21:09:31 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2002-08-08 21:09:31 +0300 |
commit | c46ec25eaf923a6130adcf4c3f5cae8de72db3b6 (patch) | |
tree | 910bd39bfd7945c4a19b5d91b131d9dacbba656c /Docs | |
parent | fff61924c736c3da2700a272bc3207565687ed66 (diff) | |
parent | 8832927d5c843084664e4ec861f5ebb82d424ed8 (diff) | |
download | mariadb-git-c46ec25eaf923a6130adcf4c3f5cae8de72db3b6.tar.gz |
Reverted wrong patch for CREATE TABLE .. SELECT
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index ae0a675a73b..2ce11092e14 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -8220,7 +8220,9 @@ In 3.23, @code{INSERT INTO ... SELECT} always had @code{IGNORE} enabled. In 4.0.1, MySQL will stop (and possibly roll back) in case of an error if you don't specify @code{IGNORE}. @item -@file{safe_mysqld} is renamed to @file{mysqld_safe}. +@file{safe_mysqld} is renamed to @file{mysqld_safe}. For some time we +will in our binary distributions include @code{safe_mysqld} as a symlink to +@code{mysqld_safe}. @item The old C API functions @code{mysql_drop_db}, @code{mysql_create_db}, and @code{mysql_connect} are not supported anymore, unless you compile @@ -28663,6 +28665,7 @@ and if you can use @code{GLOBAL} or @code{SESSION} with them. @item myisam_sort_buffer_size @tab num @tab GLOBAL | SESSION @item net_buffer_length @tab num @tab GLOBAL | SESSION @item net_read_timeout @tab num @tab GLOBAL | SESSION +@item net_retry_count @tab num @tab GLOBAL | SESSION @item net_write_timeout @tab num @tab GLOBAL | SESSION @item query_cache_limit @tab num @tab GLOBAL @item query_cache_size @tab num @tab GLOBAL @@ -50222,9 +50225,11 @@ each individual 4.0.x release. @itemize @bullet @item -Fixed security bug in database hash +Made @code{safe_mysqld} a symlink to @code{mysqld_safe} in binary distribution. @item -Fixed create table from any ITEM_FUNC and reverted a patch for month() +Fixed security bug when having an empty databasename in the user.db table. +@item +Fixed some problems with @code{CREATE TABLE ... SELECT function()}. @item mysqld now has the option @code{--temp-pool} enabled by default as this gives better performance with some OS. |