From: jon Date: June 17 2006 5:51am Subject: svn commit - mysqldoc@docsrva: r2405 - trunk/ndbapi List-Archive: http://lists.mysql.com/commits/7801 Message-Id: <200606170551.k5H5ppjQ005552@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 @@ + + + + For the numeric equivalents to enumerations of + NdbDictionary subclasses, see the file + /storage/ndb/include/ndbapi/NdbDictionary.hpp + in the MySQL 5.1 source tree. + +
@@ -4593,9 +4602,8 @@ Do not confuse Column::Type with - Object::Type, - Table::Type, or - Index::Type. + Object::Type or + Table::Type. @@ -7744,7 +7752,6 @@ - Name Value Description @@ -7752,21 +7759,17 @@ Undefined - 0 Undefined object type (initial/default value) UniqueHashIndex - 3 Unique un-ordered hash index (only index type currently supported) - [js] is this still the case? OrderedIndex - 6 Non-unique, ordered index