Author: jstephens
Date: 2007-06-30 22:23:31 +0200 (Sat, 30 Jun 2007)
New Revision: 6981
Log:
Added a bit more to the notes about NdbRecord
Modified:
trunk/ndbapi/NdbRecord-notes-tmp.txt
Modified: trunk/ndbapi/NdbRecord-notes-tmp.txt
===================================================================
--- trunk/ndbapi/NdbRecord-notes-tmp.txt 2007-06-30 13:58:32 UTC (rev 6980)
+++ trunk/ndbapi/NdbRecord-notes-tmp.txt 2007-06-30 20:23:31 UTC (rev 6981)
Changed blocks: 2, Lines Added: 37, Lines Deleted: 4; 1803 bytes
@@ -1,4 +1,4 @@
-***** WL#2223: *****
+ ***** WL#2223: *****
Pushed into 5.1-telco tree 2007-05-31 -> telco-6.2.3 (not yet released)
@@ -284,16 +284,49 @@
-***** WL#3733: NdbRecord optimisation for mysqld *****...
+ ***** WL#3733: NdbRecord optimisation for mysqld *****...
-Not muc to document other than that the optimisations went into
+Not much to document other than that the optimisations went into
5.1-telco tree 2007-05-31 -> telco-6.2.3 release.
Just need to note improved performance.
-Grepping for references to NdbRecord in NDBAPI include files...
+-----
+ NDB API Methods with New/Additional Signatures:
+
+NdbScanOperation::nextResult()
+NdbScanOperation::lockCurrentTuple()
+NdbScanOperation::updateCurrentTuple()
+NdbScanOperation::deleteCurrentTuple()
+
+Dictionary::createRecord()
+Dictionary::releaseRecord()
+
+NdbTransaction::readTuple()
+NdbTransaction::insertTuple()
+NdbTransaction::updateTuple()
+NdbTransaction::writeTuple()
+NdbTransaction::deleteTuple()
+NdbTransaction::scanTable()
+NdbTransaction::scanIndex()
+
+-----
+
+ New Members/Structures:
+
+
+NdbIndexScanOperation::indexBound
+
+Dictionary::NdbRecordFlags (?)
+
+NdbBlob::State <<- determines whether we're using NdbRecord or NdbRecAttr
+
+-----
+
+ Grepping for references to NdbRecord in NDBAPI include files...
+
jon@biollante:~/bk/mysql-5.1-telco/storage/ndb/include/ndbapi> grep -R -n 'NdbRecord' ./
./NdbScanOperation.hpp:180: NdbRecord version of nextResult.
./NdbScanOperation.hpp:184: The NdbRecord object defining the row format was specified in the
| Thread |
|---|
| • svn commit - mysqldoc@docsrva: r6981 - trunk/ndbapi | jon | 30 Jun |