Author: mcbrown
Date: 2007-04-30 17:01:39 +0200 (Mon, 30 Apr 2007)
New Revision: 6274
Log:
Minor rewording of bug
Modified:
trunk/refman-5.0/releasenotes-es-5.0.xml
trunk/refman-5.1/news-5.1.xml
Modified: trunk/refman-5.0/releasenotes-es-5.0.xml
===================================================================
--- trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-30 15:00:53 UTC (rev 6273)
+++ trunk/refman-5.0/releasenotes-es-5.0.xml 2007-04-30 15:01:39 UTC (rev 6274)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 858 bytes
@@ -167,8 +167,9 @@
<para>
Creating a temporary table with InnoDB when using the
one-file-per-table setting, when the host filesystem for
- temporary tables is <literal>tmpfs</literal> would cause
- <literal>mysqld</literal> to crash. This was due to the use of
+ temporary tables is <literal>tmpfs</literal> would cause an assertion
+ within
+ <literal>mysqld</literal>. This was due to the use of
<literal>O_DIRECT</literal> when opening the temporary table
file. (Bug #26662)
</para>
Modified: trunk/refman-5.1/news-5.1.xml
===================================================================
--- trunk/refman-5.1/news-5.1.xml 2007-04-30 15:00:53 UTC (rev 6273)
+++ trunk/refman-5.1/news-5.1.xml 2007-04-30 15:01:39 UTC (rev 6274)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 2; 820 bytes
@@ -667,8 +667,9 @@
<para>
Creating a temporary table with InnoDB when using the
one-file-per-table setting, when the host filesystem for
- temporary tables is <literal>tmpfs</literal> would cause
- <literal>mysqld</literal> to crash. This was due to the use of
+ temporary tables is <literal>tmpfs</literal> would cause an assertion
+ in
+ <literal>mysqld</literal>. This was due to the use of
<literal>O_DIRECT</literal> when opening the temporary table
file. (Bug #26662)
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6274 - in trunk: refman-5.0 refman-5.1 | mcbrown | 30 Apr |