List:Commits« Previous MessageNext Message »
From:plavin Date:February 7 2007 10:00pm
Subject:svn commit - mysqldoc@docsrva: r4849 - trunk/query-browser
View as plain text  
Author: plavin
Date: 2007-02-07 23:00:37 +0100 (Wed, 07 Feb 2007)
New Revision: 4849

Log:
Update advanced dialogue options

Modified:
   trunk/query-browser/connection-dialog.xml


Modified: trunk/query-browser/connection-dialog.xml
===================================================================
--- trunk/query-browser/connection-dialog.xml	2007-02-07 21:58:12 UTC (rev 4848)
+++ trunk/query-browser/connection-dialog.xml	2007-02-07 22:00:37 UTC (rev 4849)
Changed blocks: 1, Lines Added: 21, Lines Deleted: 8; 1681 bytes

@@ -73,20 +73,33 @@
 
       <listitem>
         <para>
-          <literal>Use SSL if available</literal> - Encrypt
-          communications with the MySQL server using SSL. This option
-          only applies if the MySQL client library on your client
-          machine has SSL enabled.
+          <literal>Use ANSI quotes to quote identifiers</literal> -
+          enclose all object names in double-quotes instead of
+          back-ticks.
         </para>
       </listitem>
-
+      
       <listitem>
         <para>
-          <literal>Use ANSI quotes to quote identifiers</literal> -
-          enclose all object names in double-quotes instead of
-          back-ticks.
+          <emphasis role="bold">Windows Only:</emphasis>
+          <literal>Use named pipe (localhost only)</literal> is
+          equivalent to starting the client from the command line
+          specifying the <option>--protocol</option>=<replaceable>pipe</replaceable>
+          option.          
         </para>
+        
       </listitem>
+      
+      <listitem>
+        <para>
+          <emphasis role="bold">Unix Only:</emphasis>
+          <literal>Connect using socket file</literal> is
+          equivalent to starting the client from the command line
+          specifying the <option>--protocol</option>=<replaceable>socket</replaceable>
+          option.          
+        </para>
+        
+      </listitem>
 
     </itemizedlist>
 


Thread
svn commit - mysqldoc@docsrva: r4849 - trunk/query-browserplavin7 Feb