1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

wl1873 impl + test prg

ndb/include/ndbapi/NdbResultSet.hpp:
  NdbResultSet::restart
ndb/include/ndbapi/NdbScanOperation.hpp:
  NdbResultSet::restart
ndb/src/ndbapi/NdbResultSet.cpp:
  NdbResultSet::restart
ndb/src/ndbapi/NdbScanOperation.cpp:
  NdbResultSet::restart
ndb/test/ndbapi/testScan.cpp:
  Test case for scan restart
This commit is contained in:
unknown
2004-06-18 23:20:58 +02:00
parent c203ec5dfb
commit 6fcaa7d5ac
5 changed files with 197 additions and 2 deletions

View File

@ -96,6 +96,11 @@ public:
*/
void close();
/**
* Restart
*/
int restart();
/**
* Transfer scan operation to an updating transaction. Use this function
* when a scan has found a record that you want to update.