List:Commits« Previous MessageNext Message »
From:paul Date:July 24 2006 6:46pm
Subject:svn commit - mysqldoc@docsrva: r2819 - in trunk: . refman-4.1 refman-5.0 refman-5.1
View as plain text  
Author: paul
Date: 2006-07-24 20:45:59 +0200 (Mon, 24 Jul 2006)
New Revision: 2819

Log:
 r12708@frost:  paul | 2006-07-24 13:40:18 -0500
 mysqldump --result-file overwrites output file even if an error
 occurs during the dump. (Bug#20382)


Modified:
   trunk/refman-4.1/client-utility-programs.xml
   trunk/refman-5.0/client-utility-programs.xml
   trunk/refman-5.1/client-utility-programs.xml

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11840
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12707
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:11840
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:12708
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441


Modified: trunk/refman-4.1/client-utility-programs.xml
===================================================================
--- trunk/refman-4.1/client-utility-programs.xml	2006-07-24 18:45:04 UTC (rev 2818)
+++ trunk/refman-4.1/client-utility-programs.xml	2006-07-24 18:45:59 UTC (rev 2819)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 815 bytes

@@ -10659,7 +10659,10 @@
               on Windows to prevent newline
               &lsquo;<literal>\n</literal>&rsquo; characters from being
               converted to &lsquo;<literal>\r\n</literal>&rsquo;
-              carriage return/newline sequences.
+              carriage return/newline sequences. The result file is
+              created and its contents overwritten, even if an error
+              occurs while generating the dump. The previous contents
+              are lost.
             </para>
           </listitem>
 


Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2006-07-24 18:45:04 UTC (rev 2818)
+++ trunk/refman-5.0/client-utility-programs.xml	2006-07-24 18:45:59 UTC (rev 2819)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 815 bytes

@@ -10783,7 +10783,10 @@
               on Windows to prevent newline
               &lsquo;<literal>\n</literal>&rsquo; characters from being
               converted to &lsquo;<literal>\r\n</literal>&rsquo;
-              carriage return/newline sequences.
+              carriage return/newline sequences. The result file is
+              created and its contents overwritten, even if an error
+              occurs while generating the dump. The previous contents
+              are lost.
             </para>
           </listitem>
 


Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-07-24 18:45:04 UTC (rev 2818)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-07-24 18:45:59 UTC (rev 2819)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 1; 815 bytes

@@ -10729,7 +10729,10 @@
               on Windows to prevent newline
               &lsquo;<literal>\n</literal>&rsquo; characters from being
               converted to &lsquo;<literal>\r\n</literal>&rsquo;
-              carriage return/newline sequences.
+              carriage return/newline sequences. The result file is
+              created and its contents overwritten, even if an error
+              occurs while generating the dump. The previous contents
+              are lost.
             </para>
           </listitem>
 


Thread
svn commit - mysqldoc@docsrva: r2819 - in trunk: . refman-4.1 refman-5.0 refman-5.1paul24 Jul