mirror of
https://github.com/MariaDB/server.git
synced 2025-01-21 22:34:18 +01:00
Merge mysql.com:/home/jonas/src/mysql-4.1-fix
into mysql.com:/home/jonas/src/tmp
This commit is contained in:
commit
33a9e15e21
1 changed files with 1 additions and 1 deletions
|
@ -636,7 +636,7 @@ NdbScanOperation::execCLOSE_SCAN_REP(){
|
|||
m_api_receivers_count = 0;
|
||||
m_conf_receivers_count = 0;
|
||||
m_sent_receivers_count = 0;
|
||||
m_current_api_receiver = theParallelism;
|
||||
m_current_api_receiver = m_ordered ? theParallelism : 0;
|
||||
}
|
||||
|
||||
void NdbScanOperation::release()
|
||||
|
|
Loading…
Add table
Reference in a new issue