Author: mcbrown
Date: 2006-06-22 09:53:19 +0200 (Thu, 22 Jun 2006)
New Revision: 2465
Log:
Documenting bugs #19881, #16837
Modified:
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-06-22 02:18:45 UTC (rev 2464)
+++ trunk/refman-common/news-5.1.xml 2006-06-22 07:53:19 UTC (rev 2465)
@@ -159,7 +159,7 @@
the <literal>CSV</literal> storage engine.
</para>
</listitem>
-
+
<listitem>
<para>
<literal>NDB Cluster</literal>: A number of erroneous,
@@ -278,7 +278,7 @@
circumstances cause the MySQL table definition cache to become
corrupt, so that some <command>mysqld</command> processes
could access table information but others could not. (Bug
- #18595)
+ #18595)
</para>
</listitem>
@@ -421,6 +421,22 @@
<listitem>
<para>
+ Shutting down a slave in a replication scenario where
+ temporary tables are in use would cause the slave to produce a
+ core dump. (Bug #19881)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ Compilation on Windows would fail if row based replication was
+ disabled using
+ <option>--without-row-based-replication</option>. (Bug #16837)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
In the <literal>INFORMATION_SCHEMA.FILES</literal> table, the
<literal>INITIAL_SIZE</literal>,
<literal>MAXIMUM_SIZE</literal>, and
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2465 - trunk/refman-common | mcbrown | 22 Jun |