List:Commits« Previous MessageNext Message »
From:anthony.bedford Date:January 6 2009 2:59pm
Subject:svn commit - mysqldoc@docsrva: r13015 - in trunk: refman-5.0 refman-5.1
View as plain text  
Author: tbedford
Date: 2009-01-06 15:59:21 +0100 (Tue, 06 Jan 2009)
New Revision: 13015

Log:
Patch applied.

Modified:
   trunk/refman-5.0/connectors-apis.xml
   trunk/refman-5.1/connectors-apis.xml


Modified: trunk/refman-5.0/connectors-apis.xml
===================================================================
--- trunk/refman-5.0/connectors-apis.xml	2009-01-06 14:53:52 UTC (rev 13014)
+++ trunk/refman-5.0/connectors-apis.xml	2009-01-06 14:59:21 UTC (rev 13015)
Changed blocks: 5, Lines Added: 19, Lines Deleted: 2; 1865 bytes

@@ -33,6 +33,10 @@
   </indexterm>
 
   <indexterm>
+    <primary>Connector/OpenOffice.org</primary>
+  </indexterm>
+
+  <indexterm>
     <primary>client tools</primary>
   </indexterm>
 

@@ -138,6 +142,13 @@
       </para>
     </listitem>
 
+    <listitem>
+      <para>
+        Connector/OpenOffice.org is a tool that enables OpenOffice.org applications
+        to connect to MySQL server.
+      </para>
+    </listitem>
+
   </itemizedlist>
 
   <para>

@@ -356,8 +367,7 @@
           <entry>MySQL Connector/OpenOffice.org</entry>
           <entry><literal>libmysql</literal></entry>
           <entry>Direct connectivity, without using JDBC/ODBC. See
-            <ulink url="http://forge.mysql.com/wiki/Connector_OpenOffice">MySQL
-            Connector/OpenOffice.org</ulink>.</entry>
+            <xref linkend="connector-ooo" />.</entry>
         </row>
         <row>
           <entry>Perl</entry>

@@ -459,6 +469,11 @@
       <tbody>
         <row>
           <entry>Connector/C++</entry>
+          <entry>1.0.2 (Alpha)</entry>
+          <entry>5.0, 5.1, 6.0</entry>
+        </row>
+        <row>
+          <entry>Connector/OpenOffice.org</entry>
           <entry>1.0 (Alpha)</entry>
           <entry>5.0, 5.1, 6.0</entry>
         </row>

@@ -498,6 +513,8 @@
 
   <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="../refman-common/connector-ooo.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"/>


Modified: trunk/refman-5.1/connectors-apis.xml
===================================================================
--- trunk/refman-5.1/connectors-apis.xml	2009-01-06 14:53:52 UTC (rev 13014)
+++ trunk/refman-5.1/connectors-apis.xml	2009-01-06 14:59:21 UTC (rev 13015)
Changed blocks: 5, Lines Added: 19, Lines Deleted: 2; 1865 bytes

@@ -33,6 +33,10 @@
   </indexterm>
 
   <indexterm>
+    <primary>Connector/OpenOffice.org</primary>
+  </indexterm>
+
+  <indexterm>
     <primary>client tools</primary>
   </indexterm>
 

@@ -138,6 +142,13 @@
       </para>
     </listitem>
 
+    <listitem>
+      <para>
+        Connector/OpenOffice.org is a tool that enables OpenOffice.org applications
+        to connect to MySQL server.
+      </para>
+    </listitem>
+
   </itemizedlist>
 
   <para>

@@ -356,8 +367,7 @@
           <entry>MySQL Connector/OpenOffice.org</entry>
           <entry><literal>libmysql</literal></entry>
           <entry>Direct connectivity, without using JDBC/ODBC. See
-            <ulink url="http://forge.mysql.com/wiki/Connector_OpenOffice">MySQL
-            Connector/OpenOffice.org</ulink>.</entry>
+            <xref linkend="connector-ooo" />.</entry>
         </row>
         <row>
           <entry>Perl</entry>

@@ -459,6 +469,11 @@
       <tbody>
         <row>
           <entry>Connector/C++</entry>
+          <entry>1.0.2 (Alpha)</entry>
+          <entry>5.0, 5.1, 6.0</entry>
+        </row>
+        <row>
+          <entry>Connector/OpenOffice.org</entry>
           <entry>1.0 (Alpha)</entry>
           <entry>5.0, 5.1, 6.0</entry>
         </row>

@@ -498,6 +513,8 @@
 
   <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="../refman-common/connector-ooo.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: r13015 - in trunk: refman-5.0 refman-5.1anthony.bedford6 Jan