List:Internals« Previous MessageNext Message »
From:shinz Date:November 25 2005 4:57pm
Subject:svn commit - mysqldoc@docsrva: r412 - trunk/refman-common
View as plain text  
Author: shinz
Date: 2005-11-25 17:57:33 +0100 (Fri, 25 Nov 2005)
New Revision: 412

Log:
Forgot about the changelog for mysqldump's new --replace function

Modified:
   trunk/refman-common/news-5.1.xml

Modified: trunk/refman-common/news-5.1.xml
===================================================================
--- trunk/refman-common/news-5.1.xml	2005-11-25 16:45:52 UTC (rev 411)
+++ trunk/refman-common/news-5.1.xml	2005-11-25 16:57:33 UTC (rev 412)
@@ -102,6 +102,14 @@
           ENGINES</literal> output.
         </para>
       </listitem>
+      
+      <listitem>
+        <para>
+          Added <option>--replace</option> to <command>mysqldump</command>.
+          This option uses <literal>REPLACE INTO</literal>, rather than
+          <literal>INSERT INTO</literal>, when writing the dumpfile.
+        </para>
+      </listitem>
 
     </itemizedlist>
 

Thread
svn commit - mysqldoc@docsrva: r412 - trunk/refman-commonshinz25 Nov