Author: paul
Date: 2008-04-25 17:03:37 +0200 (Fri, 25 Apr 2008)
New Revision: 10590
Log:
r30971@frost: paul | 2008-04-25 09:03:03 -0500
Recommend full pathname for BACKUP DATABASE/RESTORE
Modified:
trunk/refman-6.0/sql-syntax.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:30970
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30933
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:35828
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:30971
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:30933
Modified: trunk/refman-6.0/sql-syntax.xml
===================================================================
--- trunk/refman-6.0/sql-syntax.xml 2008-04-25 15:03:30 UTC (rev 10589)
+++ trunk/refman-6.0/sql-syntax.xml 2008-04-25 15:03:37 UTC (rev 10590)
Changed blocks: 4, Lines Added: 12, Lines Deleted: 7; 2229 bytes
@@ -19314,7 +19314,9 @@
</programlisting>
<remark role="todo">
- Interpretation of relative filenames? Privileges required?
+ The interpretation of relative filenames has not yet been
+ settled. So recommend full pathname as a "best practice" for
+ now. Privileges required?
</remark>
<remark role="help-description-begin"/>
@@ -19323,9 +19325,9 @@
This statement backs up one or more databases and writes the
backup contents to an image file (a file containing database
contents). The file must be named as a literal string and must
- not already exist. The file is written to the server host. Its
- location must be in a directory where the server can create
- and write files.
+ not already exist. It should be specified as a full pathname.
+ The file is written to the server host. Its location must be
+ in a directory where the server can create and write files.
</para>
<para>
@@ -19425,7 +19427,9 @@
</programlisting>
<remark role="todo">
- Interpretation of relative filenames? Privileges required?
+ The interpretation of relative filenames has not yet been
+ settled. So recommend full pathname as a "best practice" for
+ now. Privileges required?
</remark>
<remark role="help-description-begin"/>
@@ -19434,8 +19438,9 @@
Given a backup image file created by the <literal>BACKUP
DATABASE</literal> statement, <literal>RESTORE</literal>
restores the databases contained in the image. The image file
- must be named as a literal string. Its location must be in a
- directory where the server can read files.
+ must be named as a literal string. It should be specified as a
+ full pathname. Its location must be in a directory where the
+ server can read files.
</para>
<para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r10590 - in trunk: . refman-6.0 | paul | 25 Apr |