Author: jstephens
Date: 2006-05-05 15:17:10 +0200 (Fri, 05 May 2006)
New Revision: 2031
Log:
Documenting fix for Partitioning Bug #19313
Modified:
trunk/refman-common/news-5.1.xml
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-05-05 09:51:13 UTC (rev 2030)
+++ trunk/refman-common/news-5.1.xml 2006-05-05 13:17:10 UTC (rev 2031)
@@ -136,13 +136,13 @@
<listitem>
<para>
On Windows, some names such as <literal>nul</literal>,
- <literal>prn</literal>, and <literal>aux</literal>
cannot be
- used as filenames because they are reserved as device names.
- These are now allowable names in MySQL. They are encoded by
- appending <literal>@@@</literal> to the name when the server
- creates the corresponding file or directory. This occurs on
- all platforms for portability of the corresponding database
- object between platforms. (Bug #17870)
+ <literal>prn</literal>, and <literal>aux</literal>
could not
+ be used as filenames because they are reserved as device
+ names. These are now allowable names in MySQL. They are
+ encoded by appending <literal>@@@</literal> to the name when
+ the server creates the corresponding file or directory. This
+ occurs on all platforms for portability of the corresponding
+ database object between platforms. (Bug #17870)
</para>
</listitem>
@@ -242,6 +242,14 @@
reporting this bug.
</para>
</listitem>
+
+ <listitem>
+ <para>
+ An issue with file handling in the partitioning code could
+ cause <command>mysqld</command> to crash when started and then
+ stopped within a very short period of time. (Bug #19313)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2031 - trunk/refman-common | jon | 5 May |