1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-03 17:13:17 +03:00

add DistributedInstall to singlserver xml file, fix comment in procmgr

This commit is contained in:
david hill
2017-10-27 13:41:22 -05:00
parent af35345273
commit 8a1d1f7aa8
2 changed files with 2 additions and 1 deletions

View File

@@ -458,6 +458,7 @@
<JavaHome>unassigned</JavaHome>
<JavaPath>unassigned</JavaPath>
<MySQLPort>3306</MySQLPort>
<DistributedInstall>y</DistributedInstall>
</Installation>
<ExtentMap>
<!--

View File

@@ -563,7 +563,7 @@ static void startMgrProcessThread()
}
catch (...)
{
log.writeLog(__LINE__, "addModule - ERROR: get DistributedInstall", LOG_TYPE_ERROR);
log.writeLog(__LINE__, "ERROR: get DistributedInstall", LOG_TYPE_ERROR);
}
//Send out a start service just to make sure Columnstore is runing on remote nodes