List:Commits« Previous MessageNext Message »
From:paul Date:July 26 2006 3:08pm
Subject:svn commit - mysqldoc@docsrva: r2833 - in trunk: . mysqltest
View as plain text  
Author: paul
Date: 2006-07-26 17:08:01 +0200 (Wed, 26 Jul 2006)
New Revision: 2833

Log:
 r12737@frost:  paul | 2006-07-26 10:06:57 -0500
 mysqltest "query" command is being fixed now. Remove bug note and
 provide motivation why query is useful.


Modified:
   trunk/mysqltest/command-reference.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:12735
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:12737
bf112a9c-6c03-0410-a055-ad865cd57414:/mysqldoc-local/mysqldoc/trunk:8441


Modified: trunk/mysqltest/command-reference.xml
===================================================================
--- trunk/mysqltest/command-reference.xml	2006-07-26 14:49:25 UTC (rev 2832)
+++ trunk/mysqltest/command-reference.xml	2006-07-26 15:08:01 UTC (rev 2833)
Changed blocks: 1, Lines Added: 5, Lines Deleted: 9; 1199 bytes

@@ -1210,18 +1210,14 @@
         </para>
 
         <para>
-          Send the statement to the server to be executed.
+          Send the statement to the server to be executed. The
+          <literal>query</literal> command can be used to force
+          <command>mysqltest</command> to send a statement to the server
+          even if it begins with a keyword that is a
+          <command>mysqltest</command> command.
         </para>
 
         <remark role="todo">
-          BUG#19890: <literal>query</literal> is broken. The entire
-          command line, <emphasis>including</emphasis> the leading
-          <literal>query</literal> keyword, is sent to the server to be
-          executed as a SQL statement. That necessarily fails every
-          time.
-        </remark>
-
-        <remark role="todo">
           What happens if the optional statement is omitted? Same effect
           as for <literal>send</literal>?
         </remark>


Thread
svn commit - mysqldoc@docsrva: r2833 - in trunk: . mysqltestpaul26 Jul