Author: paul
Date: 2006-10-05 19:19:10 +0200 (Thu, 05 Oct 2006)
New Revision: 3553
Log:
r10662@frost: paul | 2006-10-05 11:40:46 -0500
Avoid ~ when specifying option values that are filenames. (Bug#20597)
Modified:
trunk/refman-4.1/using-mysql-programs.xml
trunk/refman-5.0/using-mysql-programs.xml
trunk/refman-5.1/using-mysql-programs.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14253
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10660
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:14253
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:10662
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:10466
Modified: trunk/refman-4.1/using-mysql-programs.xml
===================================================================
--- trunk/refman-4.1/using-mysql-programs.xml 2006-10-05 16:30:34 UTC (rev 3552)
+++ trunk/refman-4.1/using-mysql-programs.xml 2006-10-05 17:19:10 UTC (rev 3553)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1245 bytes
@@ -1248,14 +1248,10 @@
directory on Unix.
</para>
- <remark role="todo">
- Is that true for .ini as well?
- </remark>
-
<para>
<emphasis role="bold">Note</emphasis>: On Windows, the
- <filename>.cnf</filename> option file extension might not be
- displayed.
+ <filename>.cnf</filename> or <filename>.ini</filename> option
+ file extension might not be displayed.
</para>
<para>
@@ -1266,7 +1262,10 @@
command name, with the exception that
<option>--print-defaults</option> may be used immediately after
<option>--defaults-file</option> or
- <option>--defaults-extra-file</option>.
+ <option>--defaults-extra-file</option>. Also, you should avoid
+ the use of the ‘<literal>~</literal>’ shell
+ metacharacter when specifying filenames because it might not be
+ interpreted as you expect.
</para>
<itemizedlist>
Modified: trunk/refman-5.0/using-mysql-programs.xml
===================================================================
--- trunk/refman-5.0/using-mysql-programs.xml 2006-10-05 16:30:34 UTC (rev 3552)
+++ trunk/refman-5.0/using-mysql-programs.xml 2006-10-05 17:19:10 UTC (rev 3553)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1245 bytes
@@ -1241,14 +1241,10 @@
directory on Unix.
</para>
- <remark role="todo">
- Is that true for .ini as well?
- </remark>
-
<para>
<emphasis role="bold">Note</emphasis>: On Windows, the
- <filename>.cnf</filename> option file extension might not be
- displayed.
+ <filename>.cnf</filename> or <filename>.ini</filename> option
+ file extension might not be displayed.
</para>
<para>
@@ -1259,7 +1255,10 @@
command name, with the exception that
<option>--print-defaults</option> may be used immediately after
<option>--defaults-file</option> or
- <option>--defaults-extra-file</option>.
+ <option>--defaults-extra-file</option>. Also, you should avoid
+ the use of the ‘<literal>~</literal>’ shell
+ metacharacter when specifying filenames because it might not be
+ interpreted as you expect.
</para>
<itemizedlist>
Modified: trunk/refman-5.1/using-mysql-programs.xml
===================================================================
--- trunk/refman-5.1/using-mysql-programs.xml 2006-10-05 16:30:34 UTC (rev 3552)
+++ trunk/refman-5.1/using-mysql-programs.xml 2006-10-05 17:19:10 UTC (rev 3553)
Changed blocks: 2, Lines Added: 6, Lines Deleted: 7; 1245 bytes
@@ -1239,14 +1239,10 @@
directory on Unix.
</para>
- <remark role="todo">
- Is that true for .ini as well?
- </remark>
-
<para>
<emphasis role="bold">Note</emphasis>: On Windows, the
- <filename>.cnf</filename> option file extension might not be
- displayed.
+ <filename>.cnf</filename> or <filename>.ini</filename> option
+ file extension might not be displayed.
</para>
<para>
@@ -1257,7 +1253,10 @@
command name, with the exception that
<option>--print-defaults</option> may be used immediately after
<option>--defaults-file</option> or
- <option>--defaults-extra-file</option>.
+ <option>--defaults-extra-file</option>. Also, you should avoid
+ the use of the ‘<literal>~</literal>’ shell
+ metacharacter when specifying filenames because it might not be
+ interpreted as you expect.
</para>
<itemizedlist>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r3553 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 5 Oct |