List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:July 11 2008 4:36pm
Subject:svn commit - mysqldoc@docsrva: r11216 - trunk/dynamic-docs/changelog
View as plain text  
Author: tbedford
Date: 2008-07-11 18:35:59 +0200 (Fri, 11 Jul 2008)
New Revision: 11216

Log:
Minor formatting change.



Modified:
   trunk/dynamic-docs/changelog/connector-net.xml


Modified: trunk/dynamic-docs/changelog/connector-net.xml
===================================================================
--- trunk/dynamic-docs/changelog/connector-net.xml	2008-07-11 16:30:47 UTC (rev 11215)
+++ trunk/dynamic-docs/changelog/connector-net.xml	2008-07-11 16:35:59 UTC (rev 11216)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 6; 1302 bytes

@@ -17,12 +17,13 @@
       <para>
         Changed how the procedure schema collection is retrieved. If the
         connection string contains <quote><literal>use procedure
-        bodies=true</literal></quote> then a select is performed on the
-        <literal>mysql.proc</literal> table directly, as this is up to
-        50 times faster than the current Information Schema
-        implementation. If the connection string contains <quote><literal>use procedure
-        bodies=false</literal></quote>, then the Information Schema collection is
-        queried.
+        bodies=true</literal></quote> then a <literal>SELECT</literal>
+        is performed on the <literal>mysql.proc</literal> table
+        directly, as this is up to 50 times faster than the current
+        Information Schema implementation. If the connection string
+        contains <quote><literal>use procedure
+        bodies=false</literal></quote>, then the Information Schema
+        collection is queried.
       </para>
 
     </message>


Thread
svn commit - mysqldoc@docsrva: r11216 - trunk/dynamic-docs/changeloganthony.bedford11 Jul