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.2672 05/03/08 20:01:40 serg@stripped +1 -0
manual.texi:
news - Bug#6635
Docs/manual.texi
1.2495 05/03/08 20:00:26 serg@stripped +12 -0
news - Bug#6635
# 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.2494/Docs/manual.texi Tue Mar 8 13:21:09 2005
+++ 1.2495/Docs/manual.texi Tue Mar 8 20:00:26 2005
@@ -97016,6 +97016,12 @@
Bugs fixed:
@itemize @bullet
@item
+Fixed an optimizer bug that caused incorrectly ordered result from a query that
+used @code{FULLTEXT} index to retrieve rows and there was another index that
+was usable for @code{ORDER BY}. For such a query @code{EXPLAIN} showed
+@code{fulltext} join type, but regular (not @code{FULLTEXT}) index in the
+@code{Key} column. (Bug #6635)
+@item
If @code{SELECT DISTINCT} named an index column multiple times in the select
list, the server tried to access different key fields for each instance of the
column, which could result in a crash. (Bug #8532)
@@ -97978,6 +97984,12 @@
Bugs fixed:
@itemize @bullet
+@item
+Fixed an optimizer bug that caused incorrectly ordered result from a query that
+used @code{FULLTEXT} index to retrieve rows and there was another index that
+was usable for @code{ORDER BY}. For such a query @code{EXPLAIN} showed
+@code{fulltext} join type, but regular (not @code{FULLTEXT}) index in the
+@code{Key} column. (Bug #6635)
@item
For a statement string that contained multiple slow queries, only the last
one would be written to the slow query log. (Bug #8475)
| Thread |
|---|
| • bk commit - mysqldoc tree (serg:1.2672) | Sergei Golubchik | 8 Mar |