diff options
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/manual.texi | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 71785e0651b..0a4095b124d 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -40563,8 +40563,7 @@ of the following flags in very special circumstances: A @code{MYSQL*} connection handle if the connection was successful, @code{NULL} if the connection was unsuccessful. For a successful connection, -the return value is the same as the value of the first parameter, unless you -pass @code{NULL} for that parameter. +the return value is the same as the value of the first parameter. @subsubheading Errors @@ -46274,7 +46273,7 @@ users use 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.46:: +* News-3.23.46:: Changes in release 3.23.46 * News-3.23.45:: Changes in release 3.23.45 * News-3.23.44:: Changes in release 3.23.44 * News-3.23.43:: Changes in release 3.23.43 @@ -46335,6 +46334,16 @@ One can now kill @code{ANALYZE},@code{REPAIR} and @code{OPTIMIZE TABLE} when the thread is waiting to get a lock on the table. @item Fixed race condition in @code{ANALYZE TABLE}. +@item +Fixed bug when joining with caching (unlikely to happen). +@item +Fixed race condition when using the binary log and @code{INSERT DELAYED} +which could cause the binary log to have rows that was not yet written +to MyISAM tables. +@item +Changed caching of binary log to make replication slightly faster. +@item +Fixed bug in replication on Mac OS X. @end itemize @node News-3.23.45, News-3.23.44, News-3.23.46, News-3.23.x |