diff options
author | unknown <joreland@mysql.com> | 2004-06-01 13:28:29 +0200 |
---|---|---|
committer | unknown <joreland@mysql.com> | 2004-06-01 13:28:29 +0200 |
commit | ab198e52501d78830acbcc3643f8ad09a40cc288 (patch) | |
tree | f38d4be428d92161aa51f9142698d7b4642ec0e9 /ndb/include/ndbapi/NdbScanOperation.hpp | |
parent | 9ff4d240cf53a3946093cfebacf83890bcb02f81 (diff) | |
download | mariadb-git-ab198e52501d78830acbcc3643f8ad09a40cc288.tar.gz |
Update error handling of new scan
Still known bugs :-(
ndb/include/kernel/signaldata/ScanTab.hpp:
Add close flag
ndb/include/ndbapi/NdbConnection.hpp:
Moved mehtod outside
ndb/include/ndbapi/NdbScanOperation.hpp:
Removed err code from
ndb/src/common/debugger/signaldata/ScanTab.cpp:
Updated printer
ndb/src/kernel/blocks/dblqh/DblqhMain.cpp:
New error inserts for SCAN
ndb/src/kernel/blocks/dbtc/Dbtc.hpp:
Update handling of frag timeouts
ndb/src/kernel/blocks/dbtc/DbtcMain.cpp:
Update handling of frag timeouts
ndb/src/kernel/blocks/dbtup/DbtupBuffer.cpp:
Don't send empty TRANSID_AI's
ndb/src/ndbapi/NdbConnectionScan.cpp:
Update error handling of scan
ndb/src/ndbapi/NdbScanOperation.cpp:
Update error handling of scan
ndb/src/ndbapi/Ndbif.cpp:
Update error handling of scan
Diffstat (limited to 'ndb/include/ndbapi/NdbScanOperation.hpp')
-rw-r--r-- | ndb/include/ndbapi/NdbScanOperation.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/include/ndbapi/NdbScanOperation.hpp b/ndb/include/ndbapi/NdbScanOperation.hpp index 8ff640dc6ec..a329505ef1b 100644 --- a/ndb/include/ndbapi/NdbScanOperation.hpp +++ b/ndb/include/ndbapi/NdbScanOperation.hpp @@ -146,7 +146,7 @@ protected: int send_next_scan(Uint32 cnt, bool close); void receiver_delivered(NdbReceiver*); void receiver_completed(NdbReceiver*); - void execCLOSE_SCAN_REP(Uint32 errCode); + void execCLOSE_SCAN_REP(); NdbOperation* takeOverScanOp(OperationType opType, NdbConnection*); |