List:Internals« Previous MessageNext Message »
From:paul Date:April 28 2005 1:02am
Subject:bk commit - mysqldoc tree (paul:1.2916)
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.2916 05/04/27 20:01:54 paul@stripped +1 -0
  manual.texi:
    Document bugfix. (Bug #9492)
    Document bugfix. (Bug #9489)
    Document bugfix. (Bug #10176)

  Docs/manual.texi
    1.2766 05/04/27 19:51:41 paul@stripped +12 -0
    Document bugfix. (Bug #9492)

  Docs/manual.texi
    1.2765 05/04/27 19:46:45 paul@stripped +4 -0
    Document bugfix. (Bug #9489)
    Document bugfix. (Bug #10176)

# 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.2764/Docs/manual.texi	2005-04-27 19:11:08 -05:00
+++ 1.2766/Docs/manual.texi	2005-04-27 19:51:41 -05:00
@@ -99278,6 +99278,10 @@
 Functionality added or changed:
 @itemize @bullet
 @item
+Fixed a problem with mishandling of @code{NULL} key parts in hash indexes on
+@code{VARCHAR} columns, resulting in incorrect query results.  (Bug #9489,
+Bug #10176)
+@item
 Added support for the @code{BIT} data type to the @code{MEMORY},
 @code{InnoDB}, and @code{BDB} storage engines.
 @item
@@ -99307,6 +99311,10 @@
 @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 segmentation fault in @command{mysqlcheck} that occurred when the
+last table checked in @code{--auto-repair} mode returned an error (such
+as the table being a @code{MERGE} table).  (Bug #9492)
+@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)
@@ -100915,6 +100923,10 @@
 @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 segmentation fault in @command{mysqlcheck} that occurred when the
+last table checked in @code{--auto-repair} mode returned an error (such
+as the table being a @code{MERGE} table).  (Bug #9492)
+@item
 Fixed the client/server protocol for prepared statements so that reconnection
 works properly when the connection is killed while reconnect is enabled.
 (Bug #8866)
@@ -104146,6 +104158,10 @@
 
 Bugs fixed:
 @itemize @bullet
+@item
+Fixed a segmentation fault in @command{mysqlcheck} that occurred when the
+last table checked in @code{--auto-repair} mode returned an error (such
+as the table being a @code{MERGE} table).  (Bug #9492)
 @item
 Fixed faulty display of @code{TIMESTAMP} columns retrieved as
 @code{@var{col_name}+0} while the @code{new} system variable is set to 1.
Thread
bk commit - mysqldoc tree (paul:1.2916)paul28 Apr