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:
@ -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.
|
||||
|
Reference in New Issue
Block a user