List:Internals« Previous MessageNext Message »
From:paul Date:April 28 2005 6:08pm
Subject:bk commit - mysqldoc tree (paul:1.2921)
View as plain text  
Below is the list of changes that have just been committed into a local
mysqldoc repository of paul. When paul 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.2921 05/04/28 11:08:13 paul@stripped +1 -0
  manual.texi:
    Document bugfix. (Bug #7823)

  Docs/manual.texi
    1.2784 05/04/28 11:05:44 paul@stripped +9 -0
    Document bugfix. (Bug #7823)

# 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:	paul
# Host:	frost.snake.net
# Root:	/Volumes/frost2/MySQL/bk/mysqldoc

--- 1.2783/Docs/manual.texi	2005-04-28 10:59:32 -05:00
+++ 1.2784/Docs/manual.texi	2005-04-28 11:05:44 -05:00
@@ -99279,6 +99279,9 @@
 Bugs fixed:
 @itemize @bullet
 @item
+Fixed a deadlock resulting from use of @code{FLUSH TABLES WITH READ LOCK}
+while an @code{INSERT DELAYED} statement is in progress.  (Bug #7823)
+@item
 The optimizer was choosing suboptimal execution plans for certain outer
 joins where the right table of a left join (or left table of a right join)
 had both @code{ON} and @code{WHERE} conditions.  (Bug #10162)
@@ -100972,6 +100975,9 @@
 @code{--user=@var{non_existent_user}}, it would run using the privileges of the
 account it was invoked from, even if that was @code{root}.  (Bug #9833)
 @item
+Fixed a deadlock resulting from use of @code{FLUSH TABLES WITH READ LOCK}
+while an @code{INSERT DELAYED} statement is in progress.  (Bug #7823)
+@item
 Multiple-table updates could produce spurious data-truncation warnings if
 they used a join across columns that are indexed using a column prefix.
 (Bug #9103)
@@ -104247,6 +104253,9 @@
 
 Bugs fixed:
 @itemize @bullet
+@item
+Fixed a deadlock resulting from use of @code{FLUSH TABLES WITH READ LOCK}
+while an @code{INSERT DELAYED} statement is in progress.  (Bug #7823)
 @item
 Fixed a segmentation fault in @command{mysqlcheck} that occurred when the
 last table checked in @code{--auto-repair} mode returned an error (such
Thread
bk commit - mysqldoc tree (paul:1.2921)paul28 Apr