Author: paul
Date: 2006-07-29 00:15:56 +0200 (Sat, 29 Jul 2006)
New Revision: 2878
Log:
r13026@frost: paul | 2006-07-28 17:09:04 -0500
Document bugfixes:
Bug#14515
Bug#20365
Bug#20432
Bug#21297
Modified:
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12204
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13007
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9284
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:12204
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:13026
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:9284
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-07-28 18:20:48 UTC (rev 2877)
+++ trunk/refman-common/news-4.1.xml 2006-07-28 22:15:56 UTC (rev 2878)
Changed blocks: 3, Lines Added: 25, Lines Deleted: 1; 1641 bytes
@@ -177,7 +177,10 @@
<itemizedlist>
<listitem>
- <para></para>
+ <para>
+ The <command>mysqld</command> manpage has been reclassified
+ from volume 1 to volume 8. (Bug #21220)
+ </para>
</listitem>
</itemizedlist>
@@ -374,6 +377,16 @@
<listitem>
<para>
+ The <command>mysql</command> client did not ignore
+ client-specific commands (such as <literal>use</literal> or
+ <literal>help</literal>) that occurred as the first word on a
+ line within multiple-line <literal>/* ... */</literal>
+ comments. (Bug #20432)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <command>mysql</command> client did not understand
<literal>help</literal> commands that had spaces at the end.
(Bug #20328)
@@ -1136,6 +1149,17 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>SHOW CREATE TABLE</literal> did not display the
+ <literal>AUTO_INCREMENT</literal> column attribute if the SQL
+ mode was <literal>MYSQL323</literal> or
+ <literal>MYSQL40</literal>. This also affected
+ <command>mysqldump</command>, which uses <literal>SHOW CREATE
+ TABLE</literal> to get table definitions. (Bug #14515)
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-07-28 18:20:48 UTC (rev 2877)
+++ trunk/refman-common/news-5.0.xml 2006-07-28 22:15:56 UTC (rev 2878)
Changed blocks: 2, Lines Added: 19, Lines Deleted: 0; 1114 bytes
@@ -223,6 +223,14 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ The <command>mysqld</command> and
+ <command>mysqlmanager</command> manpages have been
+ reclassified from volume 1 to volume 8. (Bug #21220)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -2287,6 +2295,17 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <literal>SHOW CREATE TABLE</literal> did not display the
+ <literal>AUTO_INCREMENT</literal> column attribute if the SQL
+ mode was <literal>MYSQL323</literal> or
+ <literal>MYSQL40</literal>. This also affected
+ <command>mysqldump</command>, which uses <literal>SHOW CREATE
+ TABLE</literal> to get table definitions. (Bug #14515)
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-07-28 18:20:48 UTC (rev 2877)
+++ trunk/refman-common/news-5.1.xml 2006-07-28 22:15:56 UTC (rev 2878)
Changed blocks: 4, Lines Added: 39, Lines Deleted: 9; 2325 bytes
@@ -83,21 +83,19 @@
</itemizedlist>
-->
+<!--
<para>
Bugs fixed:
</para>
- <itemizedlist>
+ <itemizedlist>
- <listitem>
- <para>
- <literal>NDB Cluster</literal>: A cluster data node could
- crash when an ordered index became full before the table
- containing the index was full. (Bug #14935)
- </para>
- </listitem>
+ <listitem>
+ <para></para>
+ </listitem>
- </itemizedlist>
+ </itemizedlist>
+-->
</section>
@@ -354,6 +352,21 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ <command>mysqlslap</command> threads now try to connect up to
+ 10 times if the initial connect attempt fails. (Bug #21297)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The <command>mysqld</command> and
+ <command>mysqlmanager</command> manpages have been
+ reclassified from volume 1 to volume 8. (Bug #21220)
+ </para>
+ </listitem>
+
</itemizedlist>
<para>
@@ -397,6 +410,15 @@
<listitem>
<para>
+ <command>mysqlslap</command> did not enable the
+ <literal>CLIENT_MULTI_RESULTS</literal> flag when connecting,
+ which is necessary for executing stored procedures. (Bug
+ #20365)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
When creating a table using <literal>CREATE...SELECT</literal>
and a stored procedure, there would be a mismatch between the
binary log and transaction cache which would cause a server
@@ -837,6 +859,14 @@
<listitem>
<para>
+ <literal>NDB Cluster</literal>: A cluster data node could
+ crash when an ordered index became full before the table
+ containing the index was full. (Bug #14935)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
<literal>NDB Cluster</literal>: The repeated creating and
dropping of a table would eventually lead to
<literal>NDB</literal> Error 826, <errortext>Too many tables
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2878 - in trunk: . refman-common | paul | 29 Jul |