Below is the list of changes that have just been committed into a local
mysqldoc repository of root. When root 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.2849 05/06/21 18:32:39 Mike.Hillyer@stripped +3 -0
Added in missing changelog entries.
refman/news.xml
1.13 05/06/21 18:32:39 Mike.Hillyer@stripped +30 -10
Added in missing changelog entries.
refman-5.0/news.xml
1.9 05/06/21 18:32:38 Mike.Hillyer@stripped +30 -10
Added in missing changelog entries.
refman-4.1/news.xml
1.9 05/06/21 18:32:38 Mike.Hillyer@stripped +30 -10
Added in missing changelog entries.
# 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: Mike.Hillyer
# Host: www.openwin.org
# Root: /home/mysqldoc/mysqldoc
--- 1.8/refman-4.1/news.xml 2005-06-21 18:22:43 -06:00
+++ 1.9/refman-4.1/news.xml 2005-06-21 18:32:38 -06:00
@@ -240,6 +240,11 @@
<literal>CREATE DATABASE</literal> cause an implicit commit.
</para></listitem>
+ <listitem><para>
+ Expanded on information provided in general log and slow query log
+ for prepared statements. (Bug #8367, Bug #9334)
+ </para></listitem>
+
</itemizedlist>
<para>
@@ -249,6 +254,11 @@
<itemizedlist>
<listitem><para>
+ INSERT into SELECT from VIEW produces incorrect result when using
+ ORDER BY. (Bug #11298)
+ </para></listitem>
+
+ <listitem><para>
Fixed hang/crash with Boolean full-text search against an unindexed
field for which the query contained more words than we allocated
space. (Bug #7858)
@@ -528,6 +538,21 @@
<itemizedlist>
<listitem><para>
+ The ucs2_turkish_ci collation fails with upper('i'). UPPER/LOWER
+ now can return a string with different length. (Bug #8610)
+ </para></listitem>
+
+ <listitem><para>
+ OPTIMIZE of InnoDB table does not return 'Table is full' if out of
+ tablespace. (Bug #8135)
+ </para></listitem>
+
+ <listitem><para>
+ GROUP BY queries with ROLLUP returned wrong results for expressions
+ containing group by columns. (Bug #7894)
+ </para></listitem>
+
+ <listitem><para>
Fixed bug in <literal>FIELD()</literal> function where value list
contains <literal>NULL</literal>. (Bug #10944)
</para></listitem>
@@ -4203,6 +4228,11 @@
1</literal>). (Bug #9899)
</para></listitem>
+ <listitem><para>
+ Expanded on information provided in general log and slow query log
+ for prepared statements. (Bug #8367, Bug #9334)
+ </para></listitem>
+
</itemizedlist>
<para>
@@ -31950,16 +31980,6 @@
</para>
<itemizedlist>
-
- <listitem><para>
- OPTIMIZE of InnoDB table does not return 'Table is full' if out of
- tablespace. (Bug #8135)
- </para></listitem>
-
- <listitem><para>
- GROUP BY queries with ROLLUP returned wrong results for expressions
- containing group by columns. (Bug #7894)
- </para></listitem>
<listitem><para>
(Bug #11019) mgmapi start backup in some cases returns wrong
--- 1.8/refman-5.0/news.xml 2005-06-21 18:22:43 -06:00
+++ 1.9/refman-5.0/news.xml 2005-06-21 18:32:38 -06:00
@@ -240,6 +240,11 @@
<literal>CREATE DATABASE</literal> cause an implicit commit.
</para></listitem>
+ <listitem><para>
+ Expanded on information provided in general log and slow query log
+ for prepared statements. (Bug #8367, Bug #9334)
+ </para></listitem>
+
</itemizedlist>
<para>
@@ -249,6 +254,11 @@
<itemizedlist>
<listitem><para>
+ INSERT into SELECT from VIEW produces incorrect result when using
+ ORDER BY. (Bug #11298)
+ </para></listitem>
+
+ <listitem><para>
Fixed hang/crash with Boolean full-text search against an unindexed
field for which the query contained more words than we allocated
space. (Bug #7858)
@@ -528,6 +538,21 @@
<itemizedlist>
<listitem><para>
+ The ucs2_turkish_ci collation fails with upper('i'). UPPER/LOWER
+ now can return a string with different length. (Bug #8610)
+ </para></listitem>
+
+ <listitem><para>
+ OPTIMIZE of InnoDB table does not return 'Table is full' if out of
+ tablespace. (Bug #8135)
+ </para></listitem>
+
+ <listitem><para>
+ GROUP BY queries with ROLLUP returned wrong results for expressions
+ containing group by columns. (Bug #7894)
+ </para></listitem>
+
+ <listitem><para>
Fixed bug in <literal>FIELD()</literal> function where value list
contains <literal>NULL</literal>. (Bug #10944)
</para></listitem>
@@ -4203,6 +4228,11 @@
1</literal>). (Bug #9899)
</para></listitem>
+ <listitem><para>
+ Expanded on information provided in general log and slow query log
+ for prepared statements. (Bug #8367, Bug #9334)
+ </para></listitem>
+
</itemizedlist>
<para>
@@ -31950,16 +31980,6 @@
</para>
<itemizedlist>
-
- <listitem><para>
- OPTIMIZE of InnoDB table does not return 'Table is full' if out of
- tablespace. (Bug #8135)
- </para></listitem>
-
- <listitem><para>
- GROUP BY queries with ROLLUP returned wrong results for expressions
- containing group by columns. (Bug #7894)
- </para></listitem>
<listitem><para>
(Bug #11019) mgmapi start backup in some cases returns wrong
--- 1.12/refman/news.xml 2005-06-21 18:22:43 -06:00
+++ 1.13/refman/news.xml 2005-06-21 18:32:39 -06:00
@@ -240,6 +240,11 @@
<literal>CREATE DATABASE</literal> cause an implicit commit.
</para></listitem>
+ <listitem><para>
+ Expanded on information provided in general log and slow query log
+ for prepared statements. (Bug #8367, Bug #9334)
+ </para></listitem>
+
</itemizedlist>
<para>
@@ -249,6 +254,11 @@
<itemizedlist>
<listitem><para>
+ INSERT into SELECT from VIEW produces incorrect result when using
+ ORDER BY. (Bug #11298)
+ </para></listitem>
+
+ <listitem><para>
Fixed hang/crash with Boolean full-text search against an unindexed
field for which the query contained more words than we allocated
space. (Bug #7858)
@@ -528,6 +538,21 @@
<itemizedlist>
<listitem><para>
+ The ucs2_turkish_ci collation fails with upper('i'). UPPER/LOWER
+ now can return a string with different length. (Bug #8610)
+ </para></listitem>
+
+ <listitem><para>
+ OPTIMIZE of InnoDB table does not return 'Table is full' if out of
+ tablespace. (Bug #8135)
+ </para></listitem>
+
+ <listitem><para>
+ GROUP BY queries with ROLLUP returned wrong results for expressions
+ containing group by columns. (Bug #7894)
+ </para></listitem>
+
+ <listitem><para>
Fixed bug in <literal>FIELD()</literal> function where value list
contains <literal>NULL</literal>. (Bug #10944)
</para></listitem>
@@ -4203,6 +4228,11 @@
1</literal>). (Bug #9899)
</para></listitem>
+ <listitem><para>
+ Expanded on information provided in general log and slow query log
+ for prepared statements. (Bug #8367, Bug #9334)
+ </para></listitem>
+
</itemizedlist>
<para>
@@ -31950,16 +31980,6 @@
</para>
<itemizedlist>
-
- <listitem><para>
- OPTIMIZE of InnoDB table does not return 'Table is full' if out of
- tablespace. (Bug #8135)
- </para></listitem>
-
- <listitem><para>
- GROUP BY queries with ROLLUP returned wrong results for expressions
- containing group by columns. (Bug #7894)
- </para></listitem>
<listitem><para>
(Bug #11019) mgmapi start backup in some cases returns wrong
| Thread |
|---|
| • bk commit - mysqldoc@docsrva tree (Mike.Hillyer:1.2849) | mhillyer | 22 Jun |