Author: paul
Date: 2009-04-15 03:48:30 +0200 (Wed, 15 Apr 2009)
New Revision: 14609
Log:
r40428@frost: paul | 2009-04-14 20:47:49 -0500
Document bug fixes:
Bug#21360: mysqldump error on federated tables
Bug#41305: server crashes when inserting duplicate row into a merge table
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:40426
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:37553
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:41755
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:40428
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:37553
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2009-04-15 01:30:18 UTC (rev 14608)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2009-04-15 01:48:30 UTC (rev 14609)
Changed blocks: 1, Lines Added: 57, Lines Deleted: 0; 1485 bytes
@@ -51193,4 +51193,61 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="FEDERATED"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="21360"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.80"/>
+ <version ver="5.1.34"/>
+ <version ver="6.0.11"/>
+ </versions>
+
+ <message>
+
+ <para>
+ Restoring a <command>mysqldump</command> dump file containing
+ <literal>FEDERATED</literal> tables because the file contained
+ the data for the table. Now only the table definition is dumped
+ (because the data is located elsewhere).
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="MERGE"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="41305"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.33"/>
+ <version ver="6.0.11"/>
+ </versions>
+
+ <message>
+
+ <para>
+ If the tables underlying a <literal>MERGE</literal> table had a
+ primary key but the <literal>MERGE</literal> table itself did
+ not, inserting a duplicate row into the <literal>MERGE</literal>
+ table caused a server crash.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r14609 - in trunk: . dynamic-docs/changelog | paul.dubois | 15 Apr |