You've already forked mariadb-columnstore-engine
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:
@@ -458,6 +458,7 @@
|
||||
<JavaHome>unassigned</JavaHome>
|
||||
<JavaPath>unassigned</JavaPath>
|
||||
<MySQLPort>3306</MySQLPort>
|
||||
<DistributedInstall>y</DistributedInstall>
|
||||
</Installation>
|
||||
<ExtentMap>
|
||||
<!--
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user