From: jon Date: October 17 2006 4:07am Subject: svn commit - mysqldoc@docsrva: r3659 - trunk/ndbapi List-Archive: http://lists.mysql.com/commits/13783 Message-Id: <200610170407.k9H47K2i017267@docsrva.mysql.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Author: jstephens Date: 2006-10-17 06:07:19 +0200 (Tue, 17 Oct 2006) New Revision: 3659 Log: Distinction in applicability of NdbIndexOperation and NdbIndexScanOperation classes. (Thanks, Jonas!) Modified: trunk/ndbapi/ndb-classes.xml Modified: trunk/ndbapi/ndb-classes.xml =================================================================== --- trunk/ndbapi/ndb-classes.xml 2006-10-16 19:02:48 UTC (rev 3658) +++ trunk/ndbapi/ndb-classes.xml 2006-10-17 04:07:19 UTC (rev 3659) Changed blocks: 2, Lines Added: 17, Lines Deleted: 0; 1017 bytes @@ -29076,6 +29076,15 @@ + + + NdbIndexOperation can be used only with + unique hash indexes; to work with ordered indexes, use + NdbIndexScanOperation. See + . + + + Public Methods @@ -30525,6 +30534,14 @@ + + + NdbIndexScanOperation is for use with + ordered indexes only; to work with unique hash indexes, use + NdbIndexOperation. + + + Public Methods