List:Internals« Previous MessageNext Message »
From:paul Date:April 26 2005 4:47pm
Subject:bk commit - mysqldoc tree (paul:1.2898)
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.2898 05/04/26 11:47:33 paul@stripped +1 -0
  manual.texi:
    Document bugfix. (Bug #9516)
    Document bugfix. (Bug #9566)
    Document bugfix. (Bug #9756)

  Docs/manual.texi
    1.2751 05/04/26 11:34:30 paul@stripped +4 -0
    Document bugfix. (Bug #9516)

  Docs/manual.texi
    1.2750 05/04/26 11:29:00 paul@stripped +4 -0
    Document bugfix. (Bug #9566)

  Docs/manual.texi
    1.2749 05/04/26 11:16:09 paul@stripped +3 -0
    Document bugfix. (Bug #9756)

# 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:	kite-hub.kitebird.com
# Root:	/src/extern/MySQL/bk/mysqldoc

--- 1.2748/Docs/manual.texi	2005-04-26 10:44:22 -05:00
+++ 1.2751/Docs/manual.texi	2005-04-26 11:34:30 -05:00
@@ -99220,6 +99220,9 @@
 Functionality added or changed:
 @itemize @bullet
 @item
+Fixed a string-length comparison problem that caused @command{mysql} to fail
+loading dump files containing certain @samp{\}-sequences.  (Bug #9756)
+@item
 @code{SHOW VARIABLES} no longer displays the deprecated @code{log_update}
 system variable.  (Bug #9738)
 @item
@@ -99242,6 +99245,14 @@
 @strong{Security fix:} If @command{mysqld} was started with
 @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
+Incorrect results were returned for queries of the form @code{SELECT ... LEFT
+JOIN ... WHERE EXISTS (@var{subquery})}, where the subquery selected rows
+based on an @code{IS NULL} condition.  (Bug #9516)
+@item
+Executing @code{LOCK TABLES} and then calling a stored procedure caused an
+error and resulting in the server thinking that no stored procedures exist.
+(Bug #9566)
 @item
 Selecting from a view containing a subquery caused the server to hang.
 (Bug #8490)
Thread
bk commit - mysqldoc tree (paul:1.2898)paul26 Apr