mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 19:11:46 +01:00
Merge bk-internal:/home/bk/mysql-5.0
into mysql.com:/data0/knielsen/tmp-5.0
This commit is contained in:
commit
ff0041e8a6
1 changed files with 4 additions and 1 deletions
|
@ -1550,7 +1550,10 @@ NdbScanOperation::close_impl(TransporterFacade* tp, bool forceSend){
|
||||||
* If no receiver is outstanding...
|
* If no receiver is outstanding...
|
||||||
* set it to 1 as execCLOSE_SCAN_REP resets it
|
* set it to 1 as execCLOSE_SCAN_REP resets it
|
||||||
*/
|
*/
|
||||||
m_sent_receivers_count = m_sent_receivers_count ? m_sent_receivers_count : 1;
|
if (m_sent_receivers_count < theParallelism)
|
||||||
|
m_sent_receivers_count++;
|
||||||
|
else
|
||||||
|
m_conf_receivers_count++;
|
||||||
|
|
||||||
while(theError.code == 0 && (m_sent_receivers_count + m_conf_receivers_count))
|
while(theError.code == 0 && (m_sent_receivers_count + m_conf_receivers_count))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue