List:Internals« Previous MessageNext Message »
From:paul Date:June 10 2005 8:08pm
Subject:bk commit - mysqldoc@docsrva tree (paul:1.2752)
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.2752 05/06/10 15:08:31 paul@stripped +1 -0
  manual.texi:
    Document bugfix. (Bug #6866)
    Document bugfix. (Bug #11158)
    Document bugfix. (Bug #10675)
    Document bugfix. (Bug #11150)

  Docs/manual.texi
    1.2974 05/06/10 15:07:41 paul@stripped +4 -0
    Document bugfix. (Bug #6866)

  Docs/manual.texi
    1.2973 05/06/10 15:01:30 paul@stripped +5 -0
    Document bugfix. (Bug #11158)

  Docs/manual.texi
    1.2972 05/06/10 14:54:54 paul@stripped +12 -0
    Document bugfix. (Bug #10675)
    Document bugfix. (Bug #11150)

# 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.2971/Docs/manual.texi	2005-06-10 14:31:49 -05:00
+++ 1.2974/Docs/manual.texi	2005-06-10 15:07:41 -05:00
@@ -100371,6 +100371,15 @@
 Bugs fixed:
 @itemize @bullet
 @item
+Fixed locking problems for multiple-statement @code{DELETE} statements
+performed within a stored routine, such as incorrectly locking a
+to-be-modified table with a read lock rather than a write lock.
+(Bug #11158)
+@item
+Fixed a portability problem testing for @code{crypt()} support that caused
+compilation problems when using OpenSSL/yaSSL on HP-UX and Mac OS X.
+(Bug #10675, Bug #11150)
+@item
 The hostname cache was not working.  (Bug #10931)
 @item
 On Windows, @code{mysqlshow} did not interpret wildcard characters properly if
@@ -100432,6 +100441,10 @@
 Bugs fixed:
 @itemize @bullet
 @item
+Fixed a server crash resulting from the second invocation of a stored
+procedure that selected from a view defined as a join that used @code{ON} in
+the join conditions.  (Bug #6866)
+@item
 Using @code{ALTER TABLE} for a table that had a trigger caused a crash
 when executing a statement that activated the trigger, and also a crash later
 with @code{USE @var{db_name}} for the database containing the table.
@@ -102511,6 +102524,10 @@
 Bugs fixed:
 @itemize @bullet
 @item
+Fixed a portability problem testing for @code{crypt()} support that caused
+compilation problems when using OpenSSL/yaSSL on HP-UX and Mac OS X.
+(Bug #10675, Bug #11150)
+@item
 The hostname cache was not working.  (Bug #10931)
 @item
 For a @code{MERGE} table with @code{MyISAM} tables in other, symlinked,
@@ -106074,6 +106091,10 @@
 
 Bugs fixed:
 @itemize @bullet
+@item
+Fixed a portability problem testing for @code{crypt()} support that caused
+compilation problems when using OpenSSL/yaSSL on HP-UX and Mac OS X.
+(Bug #10675, Bug #11150)
 @item
 @code{MyISAM} table corruption could occur with @code{ANALYZE TABLE} if a
 write lock was acquired with @code{LOCK TABLES} and then an @code{INSERT}
Thread
bk commit - mysqldoc@docsrva tree (paul:1.2752)paul10 Jun