Commit 33a9e15e authored by joreland@mysql.com's avatar joreland@mysql.com

Merge mysql.com:/home/jonas/src/mysql-4.1-fix

into mysql.com:/home/jonas/src/tmp
parents e43f95e6 f7fb4072
...@@ -636,7 +636,7 @@ NdbScanOperation::execCLOSE_SCAN_REP(){ ...@@ -636,7 +636,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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment