List:Internals« Previous MessageNext Message »
From:shinz Date:November 25 2005 3:44pm
Subject:svn commit - mysqldoc@docsrva: r410 - trunk/refman-5.1
View as plain text  
Author: shinz
Date: 2005-11-25 16:44:29 +0100 (Fri, 25 Nov 2005)
New Revision: 410

Log:
--replace option to mysqldump, as of 5.1.3

Modified:
   trunk/refman-5.1/client-side-scripts.xml

Modified: trunk/refman-5.1/client-side-scripts.xml
===================================================================
--- trunk/refman-5.1/client-side-scripts.xml	2005-11-25 10:36:25 UTC (rev 409)
+++ trunk/refman-5.1/client-side-scripts.xml	2005-11-25 15:44:29 UTC (rev 410)
@@ -6019,6 +6019,18 @@
 
           <listitem>
             <para>
+              <option>--replace</option>
+            </para>
+            
+            <para>
+              Uses <literal>REPLACE INTO</literal>, rather than
+              <literal>INSERT INTO</literal>, when writing the dumpfile.
+              Available as of MySQL 5.1.3.
+            </para>
+          </listitem>
+          
+          <listitem>
+            <para>
               <option>--result-file=<replaceable>file</replaceable></option>,
               <option>-r <replaceable>file</replaceable></option>
             </para>

Thread
svn commit - mysqldoc@docsrva: r410 - trunk/refman-5.1shinz25 Nov