1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-01 06:46:55 +03:00

MCOL-3945: retry was not being incremented in this loop.

This commit is contained in:
benthompson15
2020-04-14 12:13:21 -05:00
parent 51b0a2dea3
commit 11154bfdd5

View File

@ -155,6 +155,7 @@ void OamCache::checkReload()
}
sleep(1);
++retry;
//cout << "pm " << *it << " -> connection " << (i-1) << endl;
}