1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-10-31 18:30:33 +03:00

fixed module _installer code issue

This commit is contained in:
david hill
2017-09-12 09:08:55 -05:00
parent 5df01f749b
commit e4aa86e528
3 changed files with 4 additions and 6 deletions

View File

@@ -170,6 +170,8 @@ int main(int argc, char **argv)
if ( DBRootStorageType == "hdfs" )
HDFS = true;
log.writeLog(__LINE__, "DBRootStorageType = " + DBRootStorageType, LOG_TYPE_DEBUG);
//PMwithUM config
try {
oam.getSystemConfig( "PMwithUM", PMwithUM);