Author: jstephens
Date: 2010-11-27 14:56:13 +0100 (Sat, 27 Nov 2010)
New Revision: 24062
Log:
Added Cluster API auto-link markup to 5.1 Cluster chapter
Modified:
trunk/refman-5.1/mysql-cluster-configuration-core.xml
trunk/refman-5.1/mysql-cluster-overview.xml
Modified: trunk/refman-5.1/mysql-cluster-configuration-core.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-configuration-core.xml 2010-11-27 13:37:17 UTC (rev 24061)
+++ trunk/refman-5.1/mysql-cluster-configuration-core.xml 2010-11-27 13:56:13 UTC (rev 24062)
Changed blocks: 1, Lines Added: 3, Lines Deleted: 3; 927 bytes
@@ -9811,9 +9811,9 @@
purposes, such as storing user data generated by
applications using the NDB API's Event API within the
<literal>AnyValue</literal> of an
- <link linkend="ndb-operationoptions"><literal>OperationOptions</literal></link>
- structure (MySQL Cluster uses the
- <literal>AnyValue</literal> to store the server ID).
+ <literal role="nabapi">OperationOptions</literal> structure
+ (MySQL Cluster uses the <literal>AnyValue</literal> to store
+ the server ID).
</para>
<para>
Modified: trunk/refman-5.1/mysql-cluster-overview.xml
===================================================================
--- trunk/refman-5.1/mysql-cluster-overview.xml 2010-11-27 13:37:17 UTC (rev 24061)
+++ trunk/refman-5.1/mysql-cluster-overview.xml 2010-11-27 13:56:13 UTC (rev 24062)
Changed blocks: 11, Lines Added: 46, Lines Deleted: 39; 7653 bytes
@@ -1200,7 +1200,7 @@
<entry>Multiple connections per SQL node</entry>
</row>
<row>
- <entry>Data access with <literal>NdbRecord</literal> (NDB API)</entry>
+ <entry>Data access with <literal role="nabapi">NdbRecord</literal> (NDB API)</entry>
</row>
<row>
<entry><literal>REPORT MemoryUsage</literal> command</entry>
@@ -1543,8 +1543,8 @@
<para>
Information about partition-to-node mappings can also be
obtained using the
- <literal>Table::getFragmentNodes()</literal> method, also
- added in MySQL Cluster NDB 7.1.2.
+ <literal role="nabapi">Table::getFragmentNodes()</literal>
+ method, also added in MySQL Cluster NDB 7.1.2.
</para>
</listitem>
@@ -1624,11 +1624,13 @@
<para>
Beginning with MySQL Cluster NDB 7.1.4, DDL events are no
- longer reported on Event objects by default. Instead such
- event reporting must be enabled explicitly using the
- <literal>Event::setReport()</literal> method. For more
- information, see <xref linkend="ndb-event-setreport"/>,
- and <xref linkend="ndb-event-eventreport"/>.
+ longer reported on <literal role="nabapi">Event</literal>
+ objects by default. Instead such event reporting must be
+ enabled explicitly using the
+ <literal role="nabapi">Event::setReport()</literal>
+ method. For more information, see
+ <xref linkend="ndb-event-setreport"/>, and
+ <xref linkend="ndb-event-eventreport"/>.
</para>
</formalpara>
@@ -2026,13 +2028,14 @@
<para>
In MySQL Cluster NDB 7.0 (6.4.0 and later releases), the
- NDB API's <literal>Ndb_cluster_connection</literal>
- class provides additional methods for catching and
- diagnosing problems with NDB API client connections. For
- more information, see
- <xref linkend="ndb-ndb-cluster-connection-get-latest-error"/>,
+ NDB API's
+ <literal role="nabapi">Ndb_cluster_connection</literal>
+ class adds the
+ <literal role="nabapi:Ndb_cluster_connection">get_latest_error()</literal>
and
- <xref linkend="ndb-ndb-cluster-connection-get-latest-error-msg"/>.
+ <literal role="nabapi:Ndb_cluster_connection">get_latest_error_msg()</literal>
+ methods for catching and diagnosing problems with NDB API
+ client connections.
</para>
</formalpara>
@@ -2543,8 +2546,8 @@
<para>
Information about partition-to-node mappings can also be
obtained using the
- <literal>Table::getFragmentNodes()</literal> method, also
- added in MySQL Cluster NDB 7.0.14.
+ <literal role="nabapi">Table::getFragmentNodes()</literal>
+ method, also added in MySQL Cluster NDB 7.0.14.
</para>
</listitem>
@@ -2588,11 +2591,13 @@
<para>
Beginning with MySQL Cluster NDB 7.0.15, DDL events are no
- longer reported on Event objects by default. Instead such
- event reporting must be enabled explicitly using the
- <literal>Event::setReport()</literal> method. For more
- information, see <xref linkend="ndb-event-setreport"/>,
- and <xref linkend="ndb-event-eventreport"/>.
+ longer reported on <literal role="nabapi">Event</literal>
+ objects by default. Instead such event reporting must be
+ enabled explicitly using the
+ <literal role="nabapi">Event::setReport()</literal>
+ method. For more information, see
+ <xref linkend="ndb-event-setreport"/>, and
+ <xref linkend="ndb-event-eventreport"/>.
</para>
</formalpara>
@@ -3249,13 +3254,14 @@
<para>
Beginning with MySQL Cluster NDB 6.3.20, the NDB
- API's <literal>Ndb_cluster_connection</literal>
- class provides additional methods for catching and
- diagnosing problems with NDB API client connections. For
- more information, see
- <xref linkend="ndb-ndb-cluster-connection-get-latest-error"/>,
+ API's
+ <literal role="nabapi">Ndb_cluster_connection</literal>
+ class adds the
+ <literal role="nabapi:Ndb_cluster_connection">get_latest_error()</literal>
and
- <xref linkend="ndb-ndb-cluster-connection-get-latest-error-msg"/>.
+ <literal role="nabapi:Ndb_cluster_connection">get_latest_error_msg()</literal>
+ methods for catching and diagnosing problems with NDB
+ API client connections.
</para>
</formalpara>
@@ -3523,8 +3529,8 @@
<para>
Information about partition-to-node mappings can also be
obtained using the
- <literal>Table::getFragmentNodes()</literal> method, also
- added in MySQL Cluster NDB 6.3.33.
+ <literal role="nabapi">Table::getFragmentNodes()</literal>
+ method, also added in MySQL Cluster NDB 6.3.33.
</para>
</listitem>
@@ -3569,10 +3575,12 @@
<para>
Beginning with MySQL Cluster NDB 6.3.34, DDL events are
- no longer reported on Event objects by default. Instead
- such event reporting must be enabled explicitly using
- the <literal>Event::setReport()</literal> method. For
- more information, see
+ no longer reported on
+ <literal role="nabapi">Event</literal> objects by
+ default. Instead such event reporting must be enabled
+ explicitly using the
+ <literal role="nabapi">Event::setReport()</literal>
+ method. For more information, see
<xref linkend="ndb-event-setreport"/>, and
<xref linkend="ndb-event-eventreport"/>.
</para>
@@ -3746,10 +3754,9 @@
<title>New data access interface</title>
<para>
- The <literal>NdbRecord</literal> interface provides a
- new and simplified data handler for use in NDB API
- applications. See <xref linkend="ndb-ndbrecord"/>, for
- more information.
+ The <literal role="nabapi">NdbRecord</literal> interface
+ provides a new and simplified data handler for use in
+ NDB API applications.
</para>
</formalpara>
@@ -4088,8 +4095,8 @@
<para>
Information about partition-to-node mappings can also be
obtained using the
- <literal>Table::getFragmentNodes()</literal> method, also
- added in MySQL Cluster NDB 6.2.19.
+ <literal role="nabapi">Table::getFragmentNodes()</literal>
+ method, also added in MySQL Cluster NDB 6.2.19.
</para>
</listitem>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r24062 - trunk/refman-5.1 | jon.stephens | 27 Nov |