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.2922 05/04/28 18:55:00 paul@stripped +1 -0
manual.texi:
Document bugfix. (Bug #9833)
Document bugfix. (Bug #8921)
Docs/manual.texi
1.2786 05/04/28 18:53:43 paul@stripped +8 -0
Document bugfix. (Bug #9833)
Docs/manual.texi
1.2785 05/04/28 18:43:37 paul@stripped +3 -0
Document bugfix. (Bug #8921)
# 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.2784/Docs/manual.texi 2005-04-28 11:05:44 -05:00
+++ 1.2786/Docs/manual.texi 2005-04-28 18:53:43 -05:00
@@ -99279,6 +99279,13 @@
Bugs fixed:
@itemize @bullet
@item
+@code{MAX()} for an @code{INT UNSIGNED} (unsigned 4-byte integer) column could
+return negative values if the column contained values larger than 2^31.
+(Bug #9298)
+@item
+@code{SHOW CREATE VIEW} got confused and could not find the view if there
+was a temporary table with the same name as the view. (Bug #8921)
+@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
@@ -100974,6 +100981,10 @@
@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
+@code{MAX()} for an @code{INT UNSIGNED} (unsigned 4-byte integer) column could
+return negative values if the column contained values larger than 2^31.
+(Bug #9298)
@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)
| Thread |
|---|
| • bk commit - mysqldoc tree (paul:1.2922) | paul | 29 Apr |