Author: mcbrown
Date: 2006-04-10 16:46:58 +0200 (Mon, 10 Apr 2006)
New Revision: 1772
Log:
Documenting bug #17284
Modified:
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-04-10 12:12:03 UTC (rev 1771)
+++ trunk/refman-common/news-5.0.xml 2006-04-10 14:46:58 UTC (rev 1772)
@@ -211,7 +211,7 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
The euro sign (<literal>€</literal>) was not stored
@@ -220,15 +220,15 @@
<literal>latin1_general_ci</literal> collation. (Bug #18321)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>EXTRACT(QUARTER FROM
- <replaceable>date</replaceable>)</literal> returned
- unexpected results. (Bug #18100)
+ <replaceable>date</replaceable>)</literal> returned unexpected
+ results. (Bug #18100)
</para>
</listitem>
-
+
<listitem>
<para>
<literal>TRUNCATE</literal> did not reset the
@@ -236,25 +236,25 @@
<literal>MyISAM</literal> tables when issued inside a stored
procedure. (Bug #14945)
</para>
-
+
<para>
<emphasis role="bold">Note</emphasis>: This bug did not affect
<literal>InnoDB</literal> tables. Also,
<literal>TRUNCATE</literal> does not reset the
<literal>AUTO_INCREMENT</literal> counter for
<literal>NDBCluster</literal> tables regardless of when it is
- called (see Bug #18864).
+ called (see Bug #18864).
</para>
</listitem>
-
+
<listitem>
<para>
The server was always built as though
<option>--with-extra-charsets=complex</option> had been
- specified. (Bug #12076)
+ specified. (Bug #12076)
</para>
</listitem>
-
+
<listitem>
<para>
A query using WHERE (<replaceable>column_1</replaceable>,
@@ -313,6 +313,14 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Updating a field value when also requesting a lock with
+ <literal>GET_LOCK()</literal> would cause slave servers in a
+ replication environment to terminate. (Bug #17284)
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
@@ -331,13 +339,13 @@
</remark>
<itemizedlist>
-
+
<listitem>
<para>
<literal>InnoDB</literal>: The <literal>InnoDB</literal>
storage engine now provides a descriptive error message if
<filename>ibdata</filename> file information is omitted from
- <filename>my.cnf</filename>. (Bug #16827)
+ <filename>my.cnf</filename>. (Bug #16827)
</para>
</listitem>
@@ -392,34 +400,34 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
<literal>InnoDB</literal>: The <literal>LATEST FOREIGN KEY
- ERROR</literal> section in the output of <literal>SHOW
- INNODB STATUS</literal> was sometimes formatted
- incorrectly, causing problems with scripts that parsed the
- output of this statement. (Bug #16814)
+ ERROR</literal> section in the output of <literal>SHOW INNODB
+ STATUS</literal> was sometimes formatted incorrectly, causing
+ problems with scripts that parsed the output of this
+ statement. (Bug #16814)
</para>
</listitem>
-
+
<listitem>
<para>
When using <literal>ORDER BY</literal> with a non-string
column inside <literal>GROUP_CONCAT()</literal> the result's
character set was converted to binary. (Bug #18281)
</para>
-
+
<para>
See also Bug #14169.
</para>
</listitem>
-
+
<listitem>
<para>
<literal>SELECT ... WHERE <replaceable>column</replaceable>
- LIKE 'A%'</literal> when <replaceable>column</replaceable>
- had a key and used the <literal>latin2_czech_cs</literal>
+ LIKE 'A%'</literal> when <replaceable>column</replaceable> had
+ a key and used the <literal>latin2_czech_cs</literal>
collation. (Bug #17374)
</para>
</listitem>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-04-10 12:12:03 UTC (rev 1771)
+++ trunk/refman-common/news-5.1.xml 2006-04-10 14:46:58 UTC (rev 1772)
@@ -109,6 +109,14 @@
</para>
</listitem>
+ <listitem>
+ <para>
+ Updating a field value when also requesting a lock with
+ <literal>GET_LOCK()</literal> would cause slave servers in a
+ replication environment to terminate. (Bug #17284)
+ </para>
+ </listitem>
+
</itemizedlist>
</section>
@@ -1573,10 +1581,10 @@
<listitem>
<para>
Naming a partition using the character
- <emphasis role="bold">Ç</emphasis> (<quote>c-cedilla</quote>;
- Unicode <literal>00C7</literal> or <literal>00E7</literal>)
- made unreadable the table containing the partition. (Bug
- #14527)
+ <emphasis role="bold">Ã</emphasis>
+ (<quote>c-cedilla</quote>; Unicode <literal>00C7</literal> or
+ <literal>00E7</literal>) made unreadable the table containing
+ the partition. (Bug #14527)
</para>
</listitem>
@@ -3765,7 +3773,8 @@
stored as separate tables in different locations, but from the
user point of view, the partitioned table is still a single
table. See <xref linkend="partitioning"/>, for further
- information on this functionality. (Author: Mikael Ronström)
+ information on this functionality. (Author: Mikael
+ Ronström)
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1772 - trunk/refman-common | mcbrown | 10 Apr |