diff options
author | unknown <joreland@mysql.com> | 2004-06-18 23:20:58 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-06-18 23:20:58 +0200 |
commit | 6fcaa7d5ac94ba47980efec596e991b3223c3fbb (patch) | |
tree | 4767e05acfbe239d5ff2306c5ec7a51e73cb5e40 /ndb/include/ndbapi/NdbScanOperation.hpp | |
parent | c203ec5dfb04dd6d410880e062b20348259c857b (diff) | |
download | mariadb-git-6fcaa7d5ac94ba47980efec596e991b3223c3fbb.tar.gz |
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
Diffstat (limited to 'ndb/include/ndbapi/NdbScanOperation.hpp')
-rw-r--r-- | ndb/include/ndbapi/NdbScanOperation.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ndb/include/ndbapi/NdbScanOperation.hpp b/ndb/include/ndbapi/NdbScanOperation.hpp index a329505ef1b..c81624e3769 100644 --- a/ndb/include/ndbapi/NdbScanOperation.hpp +++ b/ndb/include/ndbapi/NdbScanOperation.hpp @@ -151,6 +151,8 @@ protected: NdbOperation* takeOverScanOp(OperationType opType, NdbConnection*); Uint32 m_ordered; + + int restart(); }; inline |