Author: jstephens
Date: 2010-11-10 16:07:12 +0100 (Wed, 10 Nov 2010)
New Revision: 23648
Log:
Reverted changes in file not related to previous commit
Modified:
trunk/ndbapi/overview.xml
Modified: trunk/ndbapi/overview.xml
===================================================================
--- trunk/ndbapi/overview.xml 2010-11-10 15:01:45 UTC (rev 23647)
+++ trunk/ndbapi/overview.xml 2010-11-10 15:07:12 UTC (rev 23648)
Changed blocks: 1, Lines Added: 7, Lines Deleted: 7; 1397 bytes
@@ -84,15 +84,15 @@
<para>
The NDB API provides a number of classes implementing the
functionality described above. The most important of these
- include the <literal role="ndbapi">Ndb</literal>,
- <literal role="ndbapi">Ndb_cluster_connection</literal>,
- <literal role="ndbapi">NdbTransaction</literal>, and
- <literal role="ndbapi">NdbOperation</literal> classes. These
- model (respectively) database connections, cluster connections,
+ include the <literal>Ndb</literal>,
+ <literal>Ndb_cluster_connection</literal>,
+ <literal>NdbTransaction</literal>, and
+ <literal>NdbOperation</literal> classes. These model
+ (respectively) database connections, cluster connections,
transactions, and operations. These classes and their subclasses
are listed in <xref linkend="ndb-classes"/>. Error conditions in
- the NDB API are handled using
- <literal role="ndbapi">NdbError</literal>.
+ the NDB API are handled using <literal>NdbError</literal>, a
+ structure which is described in <xref linkend="ndb-ndberror"/>.
</para>
</section>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r23648 - trunk/ndbapi | jon.stephens | 10 Nov |