List:Commits« Previous MessageNext Message »
From:plavin Date:January 27 2007 5:05pm
Subject:svn commit - mysqldoc@docsrva: r4674 - trunk/query-browser
View as plain text  
Author: plavin
Date: 2007-01-27 18:05:34 +0100 (Sat, 27 Jan 2007)
New Revision: 4674

Log:
How to remove the EXPLAIN window

Modified:
   trunk/query-browser/tour.xml


Modified: trunk/query-browser/tour.xml
===================================================================
--- trunk/query-browser/tour.xml	2007-01-27 03:43:48 UTC (rev 4673)
+++ trunk/query-browser/tour.xml	2007-01-27 17:05:34 UTC (rev 4674)
Changed blocks: 1, Lines Added: 9, Lines Deleted: 1; 987 bytes

@@ -369,7 +369,15 @@
       The center panel provides buttons for query management. The
       <guibutton>Explain</guibutton> button can be used to get the
       <literal>EXPLAIN</literal> output for the current query from the
-      MySQL server, whereas the <guibutton>Compare</guibutton> button
+      MySQL server. When you use this feature, the results are shown 
+      below the result set window. To remove this window right click 
+      anywhere in the window and choose the <guimenu>Remove Resultset</guimenu>
+      option.
+    </para>
+    
+    <para>
+      <remark>[PL]This needs explaining. Literals need replacing.</remark>
+      The <guibutton>Compare</guibutton> button
       allows you to compare the results of two queries.
     </para>
 


Thread
svn commit - mysqldoc@docsrva: r4674 - trunk/query-browserplavin27 Jan