List:Internals« Previous MessageNext Message »
From:Mats Kindahl Date:February 22 2005 2:39pm
Subject:bk commit - mysqldoc tree (mats:1.2582)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of mats. When mats does a push these changes will
be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://www.mysql.com/doc/I/n/Installing_source_tree.html

ChangeSet
  1.2582 05/02/22 14:39:39 mats@stripped +1 -0
  Bug#7879: fixed in 4.0, 4.1, and 5.0.

  Docs/manual.texi
    1.2382 05/02/22 14:39:37 mats@stripped +9 -0
    Bug#7879: fixed in 4.0, 4.1, and 5.0.

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	mats
# Host:	romeo.kindahl.net
# Root:	/home/bk/b7879-mysqldoc

--- 1.2381/Docs/manual.texi	2005-02-22 06:35:48 +01:00
+++ 1.2382/Docs/manual.texi	2005-02-22 14:39:37 +01:00
@@ -98404,6 +98404,9 @@
 InnoDB: Fixed a deadlock without any locking, simple select and
 update (Bug #7975). @code{InnoDB} now takes an exclusive lock when @code{INSERT
 ON DUPLICATE KEY UPDATE} is checking duplicate keys.
+@item
+Fixed a bug where the wrong table lock was used when binary logging
+was enabled. (Bug #7879)
 @end itemize
 
 @node News-5.0.2, News-5.0.1, News-5.0.3, News-5.0.x
@@ -99307,6 +99310,9 @@
 Fixed that a 4.1.10 slave can connect to a master < 3.23.50 without hanging
 (the reason for the hang is a bug in these quite old masters -- @code{SELECT
 @@@@unknown_var} hangs them -- which was fixed in MySQL 3.23.50). (Bug #7965)
+@item
+Fixed a bug where the wrong table lock was used when binary logging
+was enabled. (Bug #7879)
 @end itemize
 
 @node News-4.1.9, News-4.1.8, News-4.1.10, News-4.1.x
@@ -101770,6 +101776,9 @@
 Fixed that a slave could crash after replicating many @code{ANALYZE
 TABLE}, @code{OPTIMIZE TABLE}, or @code{REPAIR TABLE} statements from the
 master. (Bug #6461, Bug #7658)
+@item
+Fixed a bug where the wrong table lock was used when binary logging
+was enabled. (Bug #7879)
 @end itemize
 
 @node News-4.0.23, News-4.0.22, News-4.0.24, News-4.0.x
Thread
bk commit - mysqldoc tree (mats:1.2582)Mats Kindahl22 Feb