List:Commits« Previous MessageNext Message »
From:paul Date:January 26 2007 11:51pm
Subject:svn commit - mysqldoc@docsrva: r4667 - in trunk: . refman-5.0
View as plain text  
Author: paul
Date: 2007-01-27 00:51:54 +0100 (Sat, 27 Jan 2007)
New Revision: 4667

Log:
 r15442@frost:  paul | 2007-01-26 17:47:38 -0600
 Point out behavior of mysql WRT Control-C. (This was in the changelog,
 but not in the main mysql section.)


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

Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:18940
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15372
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:18940
7d8d2c4e-af1d-0410-ab9f-b038ce55645b:/mysqldoc-local/mysqldoc:15442
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:14218
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:13520


Modified: trunk/refman-5.0/client-utility-programs.xml
===================================================================
--- trunk/refman-5.0/client-utility-programs.xml	2007-01-26 22:47:13 UTC (rev 4666)
+++ trunk/refman-5.0/client-utility-programs.xml	2007-01-26 23:51:54 UTC (rev 4667)
Changed blocks: 2, Lines Added: 10, Lines Deleted: 3; 977 bytes

@@ -3747,6 +3747,15 @@
         </para>
 
         <para>
+          As of MySQL 5.0.25, typing Control-C causes
+          <command>mysql</command> to attempt to kill the current
+          statement. If this cannot be done, or Control-C is typed again
+          before the statement is killed, <command>mysql</command>
+          exits. Previously, Control-C caused <command>mysql</command>
+          to exit in all cases.
+        </para>
+
+        <para>
           You can execute SQL statements in a script file (batch file)
           like this:
         </para>

@@ -14412,9 +14421,7 @@
           </listitem>
 
         </itemizedlist>
-      
-        
-        
+
       </refsection>
 
     </refentry>


Thread
svn commit - mysqldoc@docsrva: r4667 - in trunk: . refman-5.0paul27 Jan