Author: jstephens
Date: 2006-06-17 07:51:49 +0200 (Sat, 17 Jun 2006)
New Revision: 2405
Log:
Tweaks.
Modified:
trunk/ndbapi/ndb-classes.xml
Modified: trunk/ndbapi/ndb-classes.xml
===================================================================
--- trunk/ndbapi/ndb-classes.xml 2006-06-17 05:08:53 UTC (rev 2404)
+++ trunk/ndbapi/ndb-classes.xml 2006-06-17 05:51:49 UTC (rev 2405)
@@ -3914,6 +3914,15 @@
</para>
</formalpara>
+
+ <note>
+ <para>
+ For the numeric equivalents to enumerations of
+ NdbDictionary subclasses, see the file
+ <filename>/storage/ndb/include/ndbapi/NdbDictionary.hpp</filename>
+ in the MySQL 5.1 source tree.
+ </para>
+ </note>
<section id="class-dictionary">
@@ -4593,9 +4602,8 @@
<caution>
<para>
Do not confuse <literal>Column::Type</literal> with
- <literal>Object::Type</literal>,
- <literal>Table::Type</literal>, or
- <literal>Index::Type</literal>.
+ <literal>Object::Type</literal> or
+ <literal>Table::Type</literal>.
</para>
</caution>
@@ -7744,7 +7752,6 @@
<colspec colwidth="65*"/>
<thead>
<row>
- <entry>Name</entry>
<entry>Value</entry>
<entry>Description</entry>
</row>
@@ -7752,21 +7759,17 @@
<tbody>
<row>
<entry><literal>Undefined</literal></entry>
- <entry>0</entry>
<entry>Undefined object type (initial/default value)</entry>
</row>
<row>
<entry><literal>UniqueHashIndex</literal></entry>
- <entry>3</entry>
<entry>Unique un-ordered hash index (only index type currently supported)
-
<remark role="todo">
[js] is this still the case?
</remark></entry>
</row>
<row>
<entry><literal>OrderedIndex</literal></entry>
- <entry>6</entry>
<entry>Non-unique, ordered index</entry>
</row>
</tbody>
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r2405 - trunk/ndbapi | jon | 17 Jun |