Author: paul
Date: 2008-05-06 20:57:23 +0200 (Tue, 06 May 2008)
New Revision: 10683
Log:
r31171@arctic: paul | 2008-05-06 13:57:45 -0500
Document bugfixes:
Bug#36041: mysql-test-run doesn't seem to string match 100% effectively on Windows
Bug#36465: mysqltest should always use the --tmpdir
Bug#36469: mysql_upgrade does not use --tmpdir
Modified:
trunk/dynamic-docs/changelog/mysqld-1.xml
trunk/it/refman-5.1/programs-installation.xml
trunk/pt/refman-5.1/programs-installation.xml
trunk/refman-5.0/programs-installation.xml
trunk/refman-5.1/programs-installation.xml
trunk/refman-6.0/programs-installation.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31192
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31161
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:31192
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:31171
Modified: trunk/dynamic-docs/changelog/mysqld-1.xml
===================================================================
--- trunk/dynamic-docs/changelog/mysqld-1.xml 2008-05-06 18:15:51 UTC (rev 10682)
+++ trunk/dynamic-docs/changelog/mysqld-1.xml 2008-05-06 18:57:23 UTC (rev 10683)
Changed blocks: 1, Lines Added: 83, Lines Deleted: 0; 1787 bytes
@@ -18529,4 +18529,87 @@
</logentry>
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqltest"/>
+ <manual type="replace_result"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36041"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.1.25"/>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqltest</command> was performing escape processing
+ for the <option>--replace_result</option> command, which it
+ should not have been.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="bug">
+
+ <tags>
+ <manual type="mysqltest"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36465"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.62"/>
+ <version ver="5.1.25"/>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysqltest</command> ignored the value of
+ <option>--tmpdir</option> in one place.
+ </para>
+
+ </message>
+
+ </logentry>
+
+ <logentry entrytype="feature">
+
+ <tags>
+ <manual type="mysql_upgrade"/>
+ </tags>
+
+ <bugs>
+ <fixes bugid="36469"/>
+ </bugs>
+
+ <versions>
+ <version ver="5.0.62"/>
+ <version ver="5.1.25"/>
+ <version ver="6.0.6"/>
+ </versions>
+
+ <message>
+
+ <para>
+ <command>mysql_upgrade</command> now has a
+ <option>--tmpdir</option> option to enable the location of
+ temporary files to be specified.
+ </para>
+
+ </message>
+
+ </logentry>
+
</changelog>
Modified: trunk/it/refman-5.1/programs-installation.xml
===================================================================
--- trunk/it/refman-5.1/programs-installation.xml 2008-05-06 18:15:51 UTC (rev 10682)
+++ trunk/it/refman-5.1/programs-installation.xml 2008-05-06 18:57:23 UTC (rev 10683)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1149 bytes
@@ -1424,6 +1424,28 @@
<para>
<indexterm>
<primary>mysql_upgrade</primary>
+ <secondary>tmpdir option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>tmpdir option</primary>
+ <secondary>mysql_upgrade</secondary>
+ </indexterm>
+
+ <option>--tmpdir=<replaceable>path</replaceable></option>,
+ <option>-t <replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ The pathname of the directory to use for creating temporary
+ files. This option was added in MySQL 5.1.25.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>mysql_upgrade</primary>
<secondary>user option</secondary>
</indexterm>
Modified: trunk/pt/refman-5.1/programs-installation.xml
===================================================================
--- trunk/pt/refman-5.1/programs-installation.xml 2008-05-06 18:15:51 UTC (rev 10682)
+++ trunk/pt/refman-5.1/programs-installation.xml 2008-05-06 18:57:23 UTC (rev 10683)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1149 bytes
@@ -1424,6 +1424,28 @@
<para>
<indexterm>
<primary>mysql_upgrade</primary>
+ <secondary>tmpdir option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>tmpdir option</primary>
+ <secondary>mysql_upgrade</secondary>
+ </indexterm>
+
+ <option>--tmpdir=<replaceable>path</replaceable></option>,
+ <option>-t <replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ The pathname of the directory to use for creating temporary
+ files. This option was added in MySQL 5.1.25.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>mysql_upgrade</primary>
<secondary>user option</secondary>
</indexterm>
Modified: trunk/refman-5.0/programs-installation.xml
===================================================================
--- trunk/refman-5.0/programs-installation.xml 2008-05-06 18:15:51 UTC (rev 10682)
+++ trunk/refman-5.0/programs-installation.xml 2008-05-06 18:57:23 UTC (rev 10683)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1140 bytes
@@ -1524,6 +1524,28 @@
<para>
<indexterm>
<primary>mysql_upgrade</primary>
+ <secondary>tmpdir option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>tmpdir option</primary>
+ <secondary>mysql_upgrade</secondary>
+ </indexterm>
+
+ <option>--tmpdir=<replaceable>path</replaceable></option>,
+ <option>-t <replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ The pathname of the directory to use for creating temporary
+ files. This option was added in MySQL 5.0.62.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>mysql_upgrade</primary>
<secondary>user option</secondary>
</indexterm>
Modified: trunk/refman-5.1/programs-installation.xml
===================================================================
--- trunk/refman-5.1/programs-installation.xml 2008-05-06 18:15:51 UTC (rev 10682)
+++ trunk/refman-5.1/programs-installation.xml 2008-05-06 18:57:23 UTC (rev 10683)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1140 bytes
@@ -1424,6 +1424,28 @@
<para>
<indexterm>
<primary>mysql_upgrade</primary>
+ <secondary>tmpdir option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>tmpdir option</primary>
+ <secondary>mysql_upgrade</secondary>
+ </indexterm>
+
+ <option>--tmpdir=<replaceable>path</replaceable></option>,
+ <option>-t <replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ The pathname of the directory to use for creating temporary
+ files. This option was added in MySQL 5.1.25.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>mysql_upgrade</primary>
<secondary>user option</secondary>
</indexterm>
Modified: trunk/refman-6.0/programs-installation.xml
===================================================================
--- trunk/refman-6.0/programs-installation.xml 2008-05-06 18:15:51 UTC (rev 10682)
+++ trunk/refman-6.0/programs-installation.xml 2008-05-06 18:57:23 UTC (rev 10683)
Changed blocks: 1, Lines Added: 22, Lines Deleted: 0; 1139 bytes
@@ -1415,6 +1415,28 @@
<para>
<indexterm>
<primary>mysql_upgrade</primary>
+ <secondary>tmpdir option</secondary>
+ </indexterm>
+
+ <indexterm>
+ <primary>tmpdir option</primary>
+ <secondary>mysql_upgrade</secondary>
+ </indexterm>
+
+ <option>--tmpdir=<replaceable>path</replaceable></option>,
+ <option>-t <replaceable>path</replaceable></option>
+ </para>
+
+ <para>
+ The pathname of the directory to use for creating temporary
+ files. This option was added in MySQL 6.0.6.
+ </para>
+ </listitem>
+
+ <listitem>
+ <para>
+ <indexterm>
+ <primary>mysql_upgrade</primary>
<secondary>user option</secondary>
</indexterm>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10683 - in trunk: . dynamic-docs/changelog it/refman-5.1 pt/refman-5.1 refman-5.0 refman-5.1 refman-6.0 | paul | 6 May |