Author: paul
Date: 2006-06-15 06:50:16 +0200 (Thu, 15 Jun 2006)
New Revision: 2387
Log:
r11328@frost: paul | 2006-06-14 23:45:50 -0500
Document bugfixes:
Bug#17873
Bug#18810
Bug#19192
Bug#19648
Bug#20168
Bug#20363
Modified:
trunk/
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:10577
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:11327
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7663
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:10577
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:11328
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7663
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-06-15 04:49:56 UTC (rev 2386)
+++ trunk/refman-common/news-4.1.xml 2006-06-15 04:50:16 UTC (rev 2387)
@@ -200,27 +200,27 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: The <command>mgm</command>
client command <literal>ALL CLUSTERLOG
- STATISTICS=15;</literal> had no effect. (Bug #20336)
+ STATISTICS=15;</literal> had no effect. (Bug #20336)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: <literal>TRUNCATE
- TABLE</literal> failed to reset the
- <literal>AUTO_INCREMENT</literal> counter. (Bug #18864)
+ TABLE</literal> failed to reset the
+ <literal>AUTO_INCREMENT</literal> counter. (Bug #18864)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: <literal>SELECT ... FOR
- UPDATE</literal> failed to lock the selected rows. (Bug
+ UPDATE</literal> failed to lock the selected rows. (Bug
#18184)
</para>
</listitem>
@@ -237,6 +237,26 @@
<listitem>
<para>
+ The MySQL server startup script
+ <command>/etc/init.d/mysql</command> (created from
+ <command>mysql.server</command>) is now marked to ensure that
+ the system services <command>ypbind</command>,
+ <command>nscd</command>, <command>ldap</command>, and
+ <command>NTP</command> are started first (if these are
+ configured on the machine). (Bug #18810)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For a reference to a non-existent index in <literal>FORCE
+ INDEX</literal>, the error message referred to a column, not
+ an index. (Bug #17873)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
In a multiple-row <literal>INSERT</literal> statement,
<literal>LAST_INSERT_ID()</literal> should return the same
value for each row. However, in some cases, the value could
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-06-15 04:49:56 UTC (rev 2386)
+++ trunk/refman-common/news-5.0.xml 2006-06-15 04:50:16 UTC (rev 2387)
@@ -332,33 +332,60 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: The <command>mgm</command>
client command <literal>ALL CLUSTERLOG
- STATISTICS=15;</literal> had no effect. (Bug #20336)
+ STATISTICS=15;</literal> had no effect. (Bug #20336)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: <literal>TRUNCATE
- TABLE</literal> failed to reset the
- <literal>AUTO_INCREMENT</literal> counter. (Bug #18864)
+ TABLE</literal> failed to reset the
+ <literal>AUTO_INCREMENT</literal> counter. (Bug #18864)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: <literal>SELECT ... FOR
- UPDATE</literal> failed to lock the selected rows. (Bug
+ UPDATE</literal> failed to lock the selected rows. (Bug
#18184)
</para>
</listitem>
<listitem>
<para>
+ The MySQL server startup script
+ <command>/etc/init.d/mysql</command> (created from
+ <command>mysql.server</command>) is now marked to ensure that
+ the system services <command>ypbind</command>,
+ <command>nscd</command>, <command>ldap</command>, and
+ <command>NTP</command> are started first (if these are
+ configured on the machine). (Bug #18810)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <literal>MERGE</literal> tables did not work reliably with
+ <literal>BIT</literal> columns. (Bug #19648)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For a reference to a non-existent index in <literal>FORCE
+ INDEX</literal>, the error message referred to a column, not
+ an index. (Bug #17873)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Some yaSSL public function names conflicted with those from
OpenSSL, causing conflicts for applications that linked
against both OpenSSL and a version of
@@ -481,6 +508,15 @@
<listitem>
<para>
+ An <literal>ALTER TABLE</literal> operation that does not need
+ to copy data, when executed on a table created prior to MySQL
+ 4.0.25, could result in a server crash for subsequent accesses
+ to the table. (Bug #19192)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The binary log lacked character set information for table name
when dropping temporary tables. (Bug #14157)
</para>
@@ -679,7 +715,7 @@
<listitem>
<para>
Several aspects of view privileges were being checked
- incorrectly. (Bug #18681)
+ incorrectly. (Bug #18681, Bug #20363)
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-06-15 04:49:56 UTC (rev 2386)
+++ trunk/refman-common/news-5.1.xml 2006-06-15 04:50:16 UTC (rev 2387)
@@ -143,7 +143,7 @@
Added the <literal>SHOW CONTRIBUTORS</literal> statement.
</para>
</listitem>
-
+
<listitem>
<para>
It is no longer possible to create partitioned tables using
@@ -158,31 +158,58 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
+ The <option>--default-storage-engine</option> server option
+ did not work. (Bug #20168)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ The MySQL server startup script
+ <command>/etc/init.d/mysql</command> (created from
+ <command>mysql.server</command>) is now marked to ensure that
+ the system services <command>ypbind</command>,
+ <command>nscd</command>, <command>ldap</command>, and
+ <command>NTP</command> are started first (if these are
+ configured on the machine). (Bug #18810)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ For a reference to a non-existent index in <literal>FORCE
+ INDEX</literal>, the error message referred to a column, not
+ an index. (Bug #17873)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The <literal>EGNINE</literal> clause was displayed in the
output of <literal>SHOW CREATE TABLE</literal> for partitioned
tables when the SQL mode included
- <literal>no_table_options</literal>. (Bug #19695)
+ <literal>no_table_options</literal>. (Bug #19695)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>ALTER TABLE ... COALESCE PARTITION</literal> did not
delete the files associated with the partitions that were
- removed. (Bug #19305)
+ removed. (Bug #19305)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>ALTER TABLE ... REBUILD PARTITION</literal> could
cause the server to hang or crash. (Bug #19122)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal> (Disk Data): Running a large
@@ -190,7 +217,7 @@
perform poorly. (Bug #20334)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal> (Disk Data): An issue with disk
@@ -199,15 +226,15 @@
(Bug #18780)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: The <command>mgm</command>
client command <literal>ALL CLUSTERLOG
- STATISTICS=15;</literal> had no effect. (Bug #20336)
+ STATISTICS=15;</literal> had no effect. (Bug #20336)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: Under certain conditions, a
@@ -216,7 +243,7 @@
#19929)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: An uncommitted row could
@@ -224,7 +251,7 @@
backup. (Bug #19928)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: A <literal>DELETE</literal> of
@@ -233,23 +260,23 @@
process on the backup replica to crash. (Bug #19293)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: <literal>TRUNCATE
- TABLE</literal> failed to reset the
- <literal>AUTO_INCREMENT</literal> counter. (Bug #18864)
+ TABLE</literal> failed to reset the
+ <literal>AUTO_INCREMENT</literal> counter. (Bug #18864)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: <literal>SELECT ... FOR
- UPDATE</literal> failed to lock the selected rows. (Bug
+ UPDATE</literal> failed to lock the selected rows. (Bug
#18184)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: New <command>mysqld</command>
@@ -407,6 +434,15 @@
<listitem>
<para>
+ An <literal>ALTER TABLE</literal> operation that does not need
+ to copy data, when executed on a table created prior to MySQL
+ 4.0.25, could result in a server crash for subsequent accesses
+ to the table. (Bug #19192)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
The binary log lacked character set information for table name
when dropping temporary tables. (Bug #14157)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2387 - in trunk: . refman-common | paul | 15 Jun |