Author: paul
Date: 2006-04-10 22:37:37 +0200 (Mon, 10 Apr 2006)
New Revision: 1781
Log:
r6548@polar: paul | 2006-04-10 15:37:11 -0500
Minor wording change.
Modified:
trunk/
trunk/refman-4.1/database-administration.xml
trunk/refman-5.0/database-administration.xml
trunk/refman-5.1/database-administration.xml
Property changes on: trunk
___________________________________________________________________
Name: svk:merge
- b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9357
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
+ 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:6548
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:9336
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:4334
Modified: trunk/refman-4.1/database-administration.xml
===================================================================
--- trunk/refman-4.1/database-administration.xml 2006-04-10 20:09:46 UTC (rev 1780)
+++ trunk/refman-4.1/database-administration.xml 2006-04-10 20:37:37 UTC (rev 1781)
@@ -18073,8 +18073,8 @@
<para>
To make an SQL-level backup of a table, you can use
<literal>SELECT INTO ... OUTFILE</literal>. For this statement,
- the output file cannot previously exist because allowing extant
- files to be overwritten would constitute a security risk. See
+ the output file cannot already exist because allowing files to
+ be overwritten would constitute a security risk. See
<xref linkend="select"/>.
</para>
Modified: trunk/refman-5.0/database-administration.xml
===================================================================
--- trunk/refman-5.0/database-administration.xml 2006-04-10 20:09:46 UTC (rev 1780)
+++ trunk/refman-5.0/database-administration.xml 2006-04-10 20:37:37 UTC (rev 1781)
@@ -20845,8 +20845,8 @@
<para>
To make an SQL-level backup of a table, you can use
<literal>SELECT INTO ... OUTFILE</literal>. For this statement,
- the output file cannot previously exist because allowing extant
- files to be overwritten would constitute a security risk. See
+ the output file cannot already exist because allowing files to
+ be overwritten would constitute a security risk. See
<xref linkend="select"/>.
</para>
Modified: trunk/refman-5.1/database-administration.xml
===================================================================
--- trunk/refman-5.1/database-administration.xml 2006-04-10 20:09:46 UTC (rev 1780)
+++ trunk/refman-5.1/database-administration.xml 2006-04-10 20:37:37 UTC (rev 1781)
@@ -20746,8 +20746,8 @@
<para>
To make an SQL-level backup of a table, you can use
<literal>SELECT INTO ... OUTFILE</literal>. For this statement,
- the output file cannot previously exist because allowing extant
- files to be overwritten would constitute a security risk. See
+ the output file cannot already exist because allowing files to
+ be overwritten would constitute a security risk. See
<xref linkend="select"/>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r1781 - in trunk: . refman-4.1 refman-5.0 refman-5.1 | paul | 10 Apr |