Author: jstephens
Date: 2008-02-19 15:15:55 +0100 (Tue, 19 Feb 2008)
New Revision: 9916
Log:
Documented fix for Bug #28603, added note about versions effected by
buggy behaviour (Thanks, Andrei!)
Modified:
trunk/dynamic-docs/changelog/mysqld.xml
trunk/refman-5.0/dba-core.xml
trunk/refman-5.1/dba-core.xml
trunk/refman-6.0/dba-core.xml
Modified: trunk/dynamic-docs/changelog/mysqld.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld.xml 2008-02-19 13:52:51 UTC (rev 9915)
+++ trunk/dynamic-docs/changelog/mysqld.xml 2008-02-19 14:15:55 UTC (rev 9916)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 0; 443 bytes
@@ -326,6 +326,7 @@
<bugs>
<fixes bugid="28597"/>
+ <fixes bugid="28603"/>
<introducedby bugid="20166"/>
<seealsobug bugid="31836"/>
</bugs>
Modified: trunk/refman-5.0/dba-core.xml
===================================================================
--- trunk/refman-5.0/dba-core.xml 2008-02-19 13:52:51 UTC (rev 9915)
+++ trunk/refman-5.0/dba-core.xml 2008-02-19 14:15:55 UTC (rev 9916)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 922 bytes
@@ -11647,6 +11647,17 @@
reason.
</para>
+ <note>
+ <para>
+ From MySQL 5.0.41 through 5.0.52, <quote>mysql</quote> was
+ used when no <replaceable>base_name</replaceable> was
+ specified. Also in these versions, a path given as part of the
+ <option>--log-bin</option> options was treated as absolute
+ rather than relative. The previous behaviors were restored in
+ MySQL 5.0.54. (See Bug #28603 and Bug #28597.)
+ </para>
+ </note>
+
<para>
If you supply an extension in the log name (for example,
<option>--log-bin=<replaceable>base_name.extension</replaceable></option>),
Modified: trunk/refman-5.1/dba-core.xml
===================================================================
--- trunk/refman-5.1/dba-core.xml 2008-02-19 13:52:51 UTC (rev 9915)
+++ trunk/refman-5.1/dba-core.xml 2008-02-19 14:15:55 UTC (rev 9916)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 922 bytes
@@ -12661,6 +12661,17 @@
reason.
</para>
+ <note>
+ <para>
+ From MySQL 5.1.18 through 5.1.22, <quote>mysql</quote> was
+ used when no <replaceable>base_name</replaceable> was
+ specified. Also in these versions, a path given as part of the
+ <option>--log-bin</option> options was treated as absolute
+ rather than relative. The previous behaviors were restored in
+ MySQL 5.1.23. (See Bug #28603 and Bug #28597.)
+ </para>
+ </note>
+
<para>
If you supply an extension in the log name (for example,
<option>--log-bin=<replaceable>base_name.extension</replaceable></option>),
Modified: trunk/refman-6.0/dba-core.xml
===================================================================
--- trunk/refman-6.0/dba-core.xml 2008-02-19 13:52:51 UTC (rev 9915)
+++ trunk/refman-6.0/dba-core.xml 2008-02-19 14:15:55 UTC (rev 9916)
Changed blocks: 1, Lines Added: 11, Lines Deleted: 0; 919 bytes
@@ -12306,6 +12306,17 @@
reason.
</para>
+ <note>
+ <para>
+ From MySQL 6.0.0 through 6.0.3, <quote>mysql</quote> was used
+ when no <replaceable>base_name</replaceable> was specified.
+ Also in these versions, a path given as part of the
+ <option>--log-bin</option> options was treated as absolute
+ rather than relative. The previous behaviors were restored in
+ MySQL 6.0.4. (See Bug #28603 and Bug #28597.)
+ </para>
+ </note>
+
<para>
If you supply an extension in the log name (for example,
<option>--log-bin=<replaceable>base_name.extension</replaceable></option>),
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r9916 - in trunk: dynamic-docs/changelog refman-5.0 refman-5.1 refman-6.0 | jon | 19 Feb 2008 |