Below is the list of changes that have just been committed into a local
mysqldoc repository of serg. When serg 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.1991 04/08/22 14:32:20 serg@stripped +1 -0
manual.texi:
news - bug#2408
Docs/manual.texi
1.1939 04/08/22 14:32:00 serg@stripped +12 -0
news - bug#2408
# 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: serg
# Host: serg.mylan
# Root: /usr/home/serg/Abk/mysqldoc
--- 1.1938/Docs/manual.texi Sat Aug 21 07:42:35 2004
+++ 1.1939/Docs/manual.texi Sun Aug 22 14:32:00 2004
@@ -85747,6 +85747,10 @@
Bugs fixed:
@itemize @bullet
@item
+Fixed an old bug in concurrent accesses to @code{MERGE} tables
+(even one @code{MERGE} table and @code{MyISAM} tables), that could've
+resulted in a crash or hang of the server. (Bug #2408)
+@item
Fixed a bug which caused server crash on attempt to execute for a second
time a prepared statement with @code{NOT} in @code{WHERE} or @code{ON}
clauses. (Bug #4912)
@@ -87319,6 +87323,10 @@
Bugs fixed:
@itemize @bullet
@item
+Fixed an old bug in concurrent accesses to @code{MERGE} tables
+(even one @code{MERGE} table and @code{MyISAM} tables), that could've
+resulted in a crash or hang of the server. (Bug #2408)
+@item
Fixed a bug that caused incorrect results from @code{GROUP BY} queries
with expression in @code{HAVING} clause that refers to a @code{BLOB}
(@code{TEXT}, @code{TINYBLOB}, etc) fields. (Bug #4358)
@@ -90592,6 +90600,10 @@
@c NOTE: This sentence describes the fix. (Bug #nnnn)
@itemize @bullet
+@item
+Fixed an old bug in concurrent accesses to @code{MERGE} tables
+(even one @code{MERGE} table and @code{MyISAM} tables), that could've
+resulted in a crash or hang of the server. (Bug #2408)
@item
Fixed incorrect destruction of expression which led to crash of server on
complex @code{AND}/@code{OR} expressions if query was ignored (either by a