Commit f1696533 authored by joreland@mysql.com's avatar joreland@mysql.com

wl1873

parent b17949ae
...@@ -1478,8 +1478,9 @@ NdbScanOperation::restart(){ ...@@ -1478,8 +1478,9 @@ NdbScanOperation::restart(){
if(m_ordered){ if(m_ordered){
m_current_api_receiver = parallell; m_current_api_receiver = parallell;
m_api_receivers_count = parallell;
} }
if (doSendScan(nodeId) == -1) if (doSendScan(nodeId) == -1)
return -1; return -1;
......
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