Author: paul
Date: 2007-08-07 16:46:48 +0200 (Tue, 07 Aug 2007)
New Revision: 7366
Log:
r28458@polar: paul | 2007-08-07 09:44:30 -0500
Document bugfixes:
Bug#29152
Bug#29838
Modified:
trunk/refman-5.1/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28365
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23382
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:28458
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:23382
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:19268
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-08-07 13:52:05 UTC (rev 7365)
+++ trunk/refman-5.1/news-5.1.xml 2007-08-07 14:46:48 UTC (rev 7366)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1302 bytes
@@ -297,6 +297,28 @@
<listitem>
<para>
+ <literal>INSERT DELAYED</literal> statements on a master
+ server are replicated as non-<literal>DELAYED</literal>
+ inserts on slaves (which is normal, to preserve
+ serialization), but the inserts on the slave did not use
+ concurrent inserts. Now <literal>INSERT DELAYED</literal> on a
+ slave is converted to a concurrent insert when possible, and
+ to a normal insert otherwise. (Bug #29152)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ If one thread was performing concurrent inserts, other threads
+ reading from the same table using equality key searches could
+ see the index values for new rows before the data values had
+ been written, leading to reports of table corruption. (Bug
+ #29838)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
On Windows, client libraries lacked symbols required for
linking. (Bug #30118)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r7366 - in trunk: . refman-5.1 | paul | 7 Aug |