List:Commits« Previous MessageNext Message »
From:paul Date:May 22 2006 7:47pm
Subject:svn commit - mysqldoc@docsrva: r2161 - in trunk: . refman-5.1
View as plain text  
Author: paul
Date: 2006-05-22 21:47:08 +0200 (Mon, 22 May 2006)
New Revision: 2161

Log:
 r9868@polar:  paul | 2006-05-22 14:49:58 -0500
 Control-C in mysql now clobbers current statement rather than exiting.
 (WL#2852)


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


Property changes on: trunk
___________________________________________________________________
Name: svk:merge
   - 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:9865
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10590
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7517
   + 4767c598-dc10-0410-bea0-d01b485662eb:/mysqldoc-local/mysqldoc/trunk:9868
b5ec3a16-e900-0410-9ad2-d183a3acac99:/mysqldoc-local/mysqldoc/trunk:10590
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:7517

Modified: trunk/refman-5.1/client-utility-programs.xml
===================================================================
--- trunk/refman-5.1/client-utility-programs.xml	2006-05-22 18:44:40 UTC (rev 2160)
+++ trunk/refman-5.1/client-utility-programs.xml	2006-05-22 19:47:08 UTC (rev 2161)
@@ -3448,6 +3448,15 @@
         </para>
 
         <para>
+          As of MySQL 5.1.10, 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>

Thread
svn commit - mysqldoc@docsrva: r2161 - in trunk: . refman-5.1paul22 May