You've already forked mariadb-columnstore-engine
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:
@@ -326,7 +326,7 @@ int main(int argc, char *argv[])
|
|||||||
cout << endl << "Setting 'TotalUmMemory' to 50% of total memory." << endl;
|
cout << endl << "Setting 'TotalUmMemory' to 50% of total memory." << endl;
|
||||||
|
|
||||||
try {
|
try {
|
||||||
sysConfig->setConfig("HashJoin", "TotalUmMemory", 50);
|
sysConfig->setConfig("HashJoin", "TotalUmMemory", "50");
|
||||||
}
|
}
|
||||||
catch(...)
|
catch(...)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user