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.2882 05/04/19 20:46:01 paul@stripped +1 -0
manual.texi:
Document bugfix. (Bug #9210)
Document bugfix. (Bug #8068)
Document bugfix. (Bug #8807)
Document bugfix. (Bug #9149)
Docs/manual.texi
1.2715 05/04/19 20:45:25 paul@stripped +3 -0
Document bugfix. (Bug #9210)
Docs/manual.texi
1.2714 05/04/19 20:41:15 paul@stripped +6 -0
Document bugfix. (Bug #8068)
Docs/manual.texi
1.2713 05/04/19 20:35:50 paul@stripped +11 -3
Document bugfix. (Bug #8807)
Docs/manual.texi
1.2712 05/04/19 20:29:27 paul@stripped +6 -0
Document bugfix. (Bug #9149)
# 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.2711/Docs/manual.texi 2005-04-19 03:45:15 -05:00
+++ 1.2715/Docs/manual.texi 2005-04-19 20:45:25 -05:00
@@ -99201,6 +99201,12 @@
Bugs fixed:
@itemize @bullet
@item
+@code{TIMEDIFF()} with a negative time first argument and postive time second
+argument produced incorrect results. (Bug #8068)
+@item
+Fixed a problem with @code{OPTIMIZE TABLE} for @code{InnoDB} tables being
+written twice to the binary log. (Bug #9149)
+@item
@code{InnoDB}: Prevent @code{ALTER TABLE} from changing the storage engine
if there are foreign key constraints on the table. (Bug #5574, Bug #5670)
@item
@@ -99257,6 +99263,13 @@
Bugs fixed:
@itemize @bullet
@item
+Fixed a server crash resulting from @code{GROUP BY} on a decimal expression.
+(Bug #9210)
+@item
+In prepared statements, subqueries containing parameters were erroneously
+treated as @code{const} tables during preparation, resulting in a server
+crash. (Bug #8807)
+@item
InnoDB: @code{ENUM} and @code{SET} columns were treated incorrectly as
character strings. This bug did not manifest itself with @code{latin1}
collations if there were less than about 100 elements in an
@@ -100702,6 +100715,9 @@
Bugs fixed:
@itemize @bullet
@item
+@code{TIMEDIFF()} with a negative time first argument and postive time second
+argument produced incorrect results. (Bug #8068)
+@item
Fixed a bug that caused concurrent inserts to be allowed into the tables
in the @code{SELECT ... UNION ...} part of
@code{INSERT ... SELECT ... UNION ...}. This could result in the
@@ -100795,6 +100811,13 @@
Bugs fixed:
@itemize @bullet
+@item
+In prepared statements, subqueries containing parameters were erroneously
+treated as @code{const} tables during preparation, resulting in a server
+crash. (Bug #8807)
+@item
+Fixed a problem with @code{OPTIMIZE TABLE} for @code{InnoDB} tables being
+written twice to the binary log. (Bug #9149)
@item
Provide more informative error messages in clustered setting when a query is
issued against a table that has been modified by another @code{mysqld}
| Thread |
|---|
| • bk commit - mysqldoc tree (paul:1.2882) | paul | 20 Apr |