You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-09-01 01:22:04 +03:00
MCOL-1244 - default install to non-distributed
This commit is contained in:
@@ -1006,7 +1006,7 @@ void ProcessMonitor::processMessage(messageqcpp::ByteStream msg, messageqcpp::IO
|
||||
log.writeLog(__LINE__, "STOPALL: ACK back to ProcMgr, return status = " + oam.itoa((int) requestStatus));
|
||||
|
||||
//Remove MariaDB ColumnStore PGK on REMOVE option if distubuted install
|
||||
string DistributedInstall = "y";
|
||||
string DistributedInstall = "n";
|
||||
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user