List:Commits« Previous MessageNext Message »
From:plavin Date:June 22 2007 12:10am
Subject:svn commit - mysqldoc@docsrva: r6885 - trunk/refman-common
View as plain text  
Author: plavin
Date: 2007-06-22 02:10:15 +0200 (Fri, 22 Jun 2007)
New Revision: 6885

Log:
Add selection of Knowledge Base ads


Modified:
   trunk/refman-common/connector-net.xml


Modified: trunk/refman-common/connector-net.xml
===================================================================
--- trunk/refman-common/connector-net.xml	2007-06-21 18:54:28 UTC (rev 6884)
+++ trunk/refman-common/connector-net.xml	2007-06-22 00:10:15 UTC (rev 6885)
Changed blocks: 5, Lines Added: 52, Lines Deleted: 18; 4155 bytes

@@ -1726,7 +1726,7 @@
 
         <para>
           MySQL currently does not support any method of canceling a
-          pending or executing operation. All commands issues against a
+          pending or executing operation. All commands issued against a
           MySQL server will execute until completion or until an exception
           occurs.
         </para>

@@ -1739,11 +1739,10 @@
             MySQL Enterprise subscribers will find more information
             about CommandTimeout in the Knowledge Base article, 
             <ulink url="https://kb.mysql.com/view.php?id=4920">
-            Why CommandTimeout is not supported?</ulink>. 
-            Access to the MySQL
-            Knowledge base collection of articles is one of
-            the advantages of a subscription to MySQL Enterprise.
-            For information see
+            Why CommandTimeout is not Supported</ulink>. 
+            Access to the MySQL Knowledge Base collection of articles is one of
+            the advantages of subscribing to MySQL Enterprise.
+            For more information see
             <ulink url="&base-url-enterprise;advisors.html"/>.
           </para>
           

@@ -2539,11 +2538,23 @@
           whenever the <literal>MySqlDataAdapter.SelectCommand</literal>
           value of the <literal>MySqlDataAdapter</literal> changes.
         </para>
+        
+        <formalpara role="mnmas-kb">
+          
+          <title>MySQL Enterprise</title>
+          
+          <para>
+            MySQL Enterprise subscribers will find more information
+            on this topic in the Knowledge Base article, 
+            <ulink url="https://kb.mysql.com/view.php?id=4922">
+              Understanding MySqlCommandBuilder and the LastOneWins setting
+            </ulink>. For information about
+            subscribing to MySQL Enterprise see
+            <ulink url="&base-url-enterprise;advisors.html"/>.
+          </para>
+          
+        </formalpara>
 
-        <remark>
-          https://kb.mysql.com/view.php?id=4922
-        </remark>
-
       </section>
 
     </section>

@@ -3449,9 +3460,22 @@
           operations.
         </para>
 
-        <remark>
-          https://kb.mysql.com/view.php?id=4918
-        </remark>
+        <formalpara role="mnmas-kb">
+          
+          <title>MySQL Enterprise</title>
+          
+          <para>
+            MySQL Enterprise subscribers will find more information
+            on this subject in the Knowledge Base article, 
+            <ulink url="https://kb.mysql.com/view.php?id=4918">
+            Understanding and Using Connection Pooling</ulink>.
+            Access to the MySQL Knowledge Base collection of articles
+            is one of the advantages of subscribing to MySQL Enterprise.
+            For information see
+            <ulink url="&base-url-enterprise;advisors.html"/>.
+          </para>
+          
+        </formalpara>
 
         <para>
           <emphasis role="bold">Exception:</emphasis> The database name

@@ -5782,12 +5806,22 @@
         the number of parameter placeholders within the command text, or
         an exception will be generated.
       </para>
+      
+      <formalpara role="mnmas-kb">
+        
+        <title>MySQL Enterprise</title>
+        
+        <para>
+          MySQL Enterprise subscribers will find a discussion
+          of this change in the Knowledge Base article, 
+          <ulink url="https://kb.mysql.com/view.php?id=4914">
+          Understanding the Switch to ‘?’ for Parameter Placement</ulink>. 
+          For information about subscribing to MySQL Enterprise see
+          <ulink url="&base-url-enterprise;advisors.html"/>.
+        </para>
+        
+      </formalpara>
 
-      <remark>
-        For a discussion of the switch to <quote>?</quote> for parameter
-        placement https://kb.mysql.com/view.php?id=4914
-      </remark>
-
       <para>
         <emphasis role="bold">Examples</emphasis>
       </para>


Thread
svn commit - mysqldoc@docsrva: r6885 - trunk/refman-commonplavin22 Jun