wl2077 - bug fix for SCAN_TABREF
ndb/src/ndbapi/NdbScanOperation.cpp: 1 more fix of premature scan closure
This commit is contained in:
parent
3d69849543
commit
223c5d04a0
@ -688,7 +688,7 @@ NdbScanOperation::execCLOSE_SCAN_REP(){
|
|||||||
m_api_receivers_count = 0;
|
m_api_receivers_count = 0;
|
||||||
m_conf_receivers_count = 0;
|
m_conf_receivers_count = 0;
|
||||||
m_sent_receivers_count = 0;
|
m_sent_receivers_count = 0;
|
||||||
m_current_api_receiver = theParallelism;
|
m_current_api_receiver = m_ordered ? theParallelism : 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void NdbScanOperation::release()
|
void NdbScanOperation::release()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user