1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-24 14:20:59 +03:00

Commented a debugging printout.

This commit is contained in:
Patrick LeBlanc
2018-10-03 13:03:02 -05:00
parent e47e784c53
commit faaee9141a

View File

@@ -84,7 +84,7 @@ void OamCache::checkReload()
for (uint32_t i = 0; i < dbroots.size(); i++)
{
oam.getDbrootPmConfig(dbroots[i], temp);
cout << " dbroot " << dbroots[i] << " -> PM " << temp << endl;
//cout << " dbroot " << dbroots[i] << " -> PM " << temp << endl;
(*dbRootPMMap)[dbroots[i]] = temp;
}