Author: paul
Date: 2006-03-04 18:25:54 +0100 (Sat, 04 Mar 2006)
New Revision: 1515
Log:
r8376@frost: paul | 2006-03-04 11:25:00 -0600
Document bugfix (Bug#11527)
Modified:
trunk/
trunk/refman-common/news-4.1.xml
trunk/refman-common/news-5.0.xml
trunk/refman-common/news-5.1.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8365
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3663
+ b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:8376
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:3663
Modified: trunk/refman-common/news-4.1.xml
===================================================================
--- trunk/refman-common/news-4.1.xml 2006-03-04 09:36:20 UTC (rev 1514)
+++ trunk/refman-common/news-4.1.xml 2006-03-04 17:25:54 UTC (rev 1515)
@@ -182,6 +182,14 @@
<listitem>
<para>
+ Setting the <literal>myisam_repair_threads</literal> system
+ variable to a value larger than 1 could cause corruption of
+ large <literal>MyISAM</literal> tables. (Bug #11527)
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
Security improvement: In grant table comparisons, improper use
of a <literal>latin1</literal> collation caused some hostname
matches to be true that should have been false. Thanks to
@@ -382,7 +390,7 @@
</para>
<itemizedlist>
-
+
<listitem>
<para>
The length of a <literal>VARCHAR()</literal> column that used
Modified: trunk/refman-common/news-5.0.xml
===================================================================
--- trunk/refman-common/news-5.0.xml 2006-03-04 09:36:20 UTC (rev 1514)
+++ trunk/refman-common/news-5.0.xml 2006-03-04 17:25:54 UTC (rev 1515)
@@ -425,6 +425,14 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ Setting the <literal>myisam_repair_threads</literal> system
+ variable to a value larger than 1 could cause corruption of
+ large <literal>MyISAM</literal> tables. (Bug #11527)
+ </para>
+ </listitem>
<listitem>
<para>
Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml 2006-03-04 09:36:20 UTC (rev 1514)
+++ trunk/refman-common/news-5.1.xml 2006-03-04 17:25:54 UTC (rev 1515)
@@ -300,6 +300,14 @@
</para>
<itemizedlist>
+
+ <listitem>
+ <para>
+ Setting the <literal>myisam_repair_threads</literal> system
+ variable to a value larger than 1 could cause corruption of
+ large <literal>MyISAM</literal> tables. (Bug #11527)
+ </para>
+ </listitem>
<listitem>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1515 - in trunk: . refman-common | paul | 4 Mar |