You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-3945: retry was not being incremented in this loop.
This commit is contained in:
@@ -155,6 +155,7 @@ void OamCache::checkReload()
|
|||||||
}
|
}
|
||||||
|
|
||||||
sleep(1);
|
sleep(1);
|
||||||
|
++retry;
|
||||||
//cout << "pm " << *it << " -> connection " << (i-1) << endl;
|
//cout << "pm " << *it << " -> connection " << (i-1) << endl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user