List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:November 28 2008 3:34pm
Subject:svn commit - mysqldoc@docsrva: r12698 - trunk/refman-6.0
View as plain text  
Author: tbedford
Date: 2008-11-28 16:34:53 +0100 (Fri, 28 Nov 2008)
New Revision: 12698

Log:
Added references to Connector/C++

Modified:
   trunk/refman-6.0/connectors-apis.xml


Modified: trunk/refman-6.0/connectors-apis.xml
===================================================================
--- trunk/refman-6.0/connectors-apis.xml	2008-11-28 15:30:23 UTC (rev 12697)
+++ trunk/refman-6.0/connectors-apis.xml	2008-11-28 15:34:53 UTC (rev 12698)
Changed blocks: 4, Lines Added: 16, Lines Deleted: 3; 1551 bytes

@@ -29,6 +29,10 @@
   </indexterm>
 
   <indexterm>
+    <primary>Connector/C++</primary>
+  </indexterm>
+
+  <indexterm>
     <primary>client tools</primary>
   </indexterm>
 

@@ -118,6 +122,14 @@
       </para>
     </listitem>
 
+    <listitem>
+      <para>
+        Connector/C++ is a tool that enables easy deployment and
+        management of MySQL server and database through your C++
+        application.
+      </para>
+    </listitem>
+
   </itemizedlist>
 
   <para>

@@ -228,10 +240,9 @@
         </row>
         <row>
           <entry>C++</entry>
-          <entry>Connector C++</entry>
+          <entry>Connector/C++</entry>
           <entry><literal>libmysql</literal></entry>
-          <entry>See <ulink url="http://forge.mysql.com/wiki/Connector_C%2B%2B">Connector
-            C++</ulink>.</entry>
+          <entry>See <xref linkend="connector-cpp" />.</entry>
         </row>
         <row>
           <entry/>

@@ -434,6 +445,8 @@
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../refman-common/connector-mxj.xml"/>
 
+  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="../refman-common/connector-cpp.xml"/>
+
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apis-libmysqld.xml"/>
 
   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="apis-c.xml"/>


Thread
svn commit - mysqldoc@docsrva: r12698 - trunk/refman-6.0anthony.bedford28 Nov