From 312e5e82c0b17983bc3ac43b50fac891cccf0ea2 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 27 Nov 2001 02:50:20 +0200 Subject: Fixed bug when joining with caching. Fixed race condition when using the binary log and INSERT DELAYED which could cause the binary log to have rows that was not yet written to MyISAM tables. Docs/manual.texi: Changelog mysql-test/r/null_key.result: Fix of testcase after changing optimizer to only use range keys if it would use a long part of the SAME key. sql/sql_insert.cc: Fixed race condition with binary log and INSERT DELAYED sql/sql_select.cc: Fixed bug when joining with caching --- Docs/manual.texi | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Docs') diff --git a/Docs/manual.texi b/Docs/manual.texi index 9eff296b7e6..e67e1dc0468 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -46785,7 +46785,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 @@ -46846,6 +46846,12 @@ 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. @end itemize @node News-3.23.45, News-3.23.44, News-3.23.46, News-3.23.x -- cgit v1.2.1