Author: jstephens
Date: 2006-10-27 13:24:02 +0200 (Fri, 27 Oct 2006)
New Revision: 3767
Log:
Documenting fix for Bug #20809 (Cluster Disk Data / mysqldump)
Modified:
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2006-10-27 11:01:06 UTC (rev 3766)
+++ trunk/refman-5.1/news-5.1.xml 2006-10-27 11:24:02 UTC (rev 3767)
Changed blocks: 1, Lines Added: 13, Lines Deleted: 0; 944 bytes
@@ -2050,6 +2050,19 @@
to crash. (Bug #21210)
</para>
</listitem>
+
+ <listitem>
+ <para>
+ <literal>NDB Cluster</literal> (Disk Data):
+ <command>mysqldump</command> did not back up tablespace or
+ logfile group information for Disk Data tables correctly.
+ (Specifically, <literal>UNDO_BUFFER_SIZE</literal> and
+ <literal>INITIAL_SIZE</literal> values were misreported.)
+ Trying to restore from such a backup would produce error 1296
+ (<errortext>Got error 1504 'Out of logbuffer memory' from
+ NDB</errortext>). (Bug #20809)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3767 - trunk/refman-5.1 | jon | 27 Oct |