1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-30 19:23:07 +03:00

Fix mergeup errors

This commit is contained in:
Andrew Hutchings
2017-11-30 15:15:01 +00:00
parent 37f673d121
commit ae9de1e426
5 changed files with 3 additions and 11 deletions

View File

@ -2811,6 +2811,8 @@ namespace oam
// Get Server Type Install ID
serverTypeInstall = atoi(sysConfig->getConfig("Installation", "ServerTypeInstall").c_str());
sysConfig;
}
catch (...) {}