Author: jstephens
Date: 2009-04-02 23:30:54 +0200 (Thu, 02 Apr 2009)
New Revision: 14481
Log:
Fixes Docs Bug #43971
(symbolic-links-to-tables should state restrictions)
Modified:
trunk/refman-4.1/optimization.xml
trunk/refman-5.0/optimization.xml
trunk/refman-5.1/optimization.xml
trunk/refman-6.0/optimization.xml
Modified: trunk/refman-4.1/optimization.xml
===================================================================
--- trunk/refman-4.1/optimization.xml 2009-04-02 20:54:05 UTC (rev 14480)
+++ trunk/refman-4.1/optimization.xml 2009-04-02 21:30:54 UTC (rev 14481)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 830 bytes
@@ -13827,6 +13827,16 @@
<literal>ln -s</literal> if <command>mysqld</command> is
not running.
</para>
+
+ <note>
+ <para>
+ Beginning with MySQL 4.1.24, the path used with either
+ or both of the <literal>DATA DIRECTORY</literal> and
+ <literal>INDEX DIRECTORY</literal> options may not
+ include the MySQL <literal>data</literal> directory.
+ (Bug #32167)
+ </para>
+ </note>
</listitem>
<listitem>
Modified: trunk/refman-5.0/optimization.xml
===================================================================
--- trunk/refman-5.0/optimization.xml 2009-04-02 20:54:05 UTC (rev 14480)
+++ trunk/refman-5.0/optimization.xml 2009-04-02 21:30:54 UTC (rev 14481)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 830 bytes
@@ -16548,6 +16548,16 @@
<literal>ln -s</literal> if <command>mysqld</command> is
not running.
</para>
+
+ <note>
+ <para>
+ Beginning with MySQL 5.0.60, the path used with either
+ or both of the <literal>DATA DIRECTORY</literal> and
+ <literal>INDEX DIRECTORY</literal> options may not
+ include the MySQL <literal>data</literal> directory.
+ (Bug #32167)
+ </para>
+ </note>
</listitem>
<listitem>
Modified: trunk/refman-5.1/optimization.xml
===================================================================
--- trunk/refman-5.1/optimization.xml 2009-04-02 20:54:05 UTC (rev 14480)
+++ trunk/refman-5.1/optimization.xml 2009-04-02 21:30:54 UTC (rev 14481)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 830 bytes
@@ -17617,6 +17617,16 @@
<literal>ln -s</literal> if <command>mysqld</command> is
not running.
</para>
+
+ <note>
+ <para>
+ Beginning with MySQL 5.1.24, the path used with either
+ or both of the <literal>DATA DIRECTORY</literal> and
+ <literal>INDEX DIRECTORY</literal> options may not
+ include the MySQL <literal>data</literal> directory.
+ (Bug #32167)
+ </para>
+ </note>
</listitem>
<listitem>
Modified: trunk/refman-6.0/optimization.xml
===================================================================
--- trunk/refman-6.0/optimization.xml 2009-04-02 20:54:05 UTC (rev 14480)
+++ trunk/refman-6.0/optimization.xml 2009-04-02 21:30:54 UTC (rev 14481)
Changed blocks: 1, Lines Added: 10, Lines Deleted: 0; 829 bytes
@@ -18283,6 +18283,16 @@
<literal>ln -s</literal> if <command>mysqld</command> is
not running.
</para>
+
+ <note>
+ <para>
+ Beginning with MySQL 6.0.5, the path used with either or
+ both of the <literal>DATA DIRECTORY</literal> and
+ <literal>INDEX DIRECTORY</literal> options may not
+ include the MySQL <literal>data</literal> directory.
+ (Bug #32167)
+ </para>
+ </note>
</listitem>
<listitem>
Thread |
---|
• svn commit - mysqldoc@docsrva: r14481 - in trunk: refman-4.1 refman-5.0 refman-5.1 refman-6.0 | jon.stephens | 2 Apr |