1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-08 14:22:09 +03:00

fix compile issue

This commit is contained in:
David Hill
2016-12-04 19:03:52 +00:00
parent 0aa0ecfb56
commit ac70d274ce

View File

@@ -326,7 +326,7 @@ int main(int argc, char *argv[])
cout << endl << "Setting 'TotalUmMemory' to 50% of total memory." << endl;
try {
sysConfig->setConfig("HashJoin", "TotalUmMemory", 50);
sysConfig->setConfig("HashJoin", "TotalUmMemory", "50");
}
catch(...)
{