You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-05 16:15:50 +03:00
MCOL-520
This commit is contained in:
@@ -9190,6 +9190,22 @@ void printSystemStatus()
|
|||||||
|
|
||||||
if ( MySQLRep == "y" )
|
if ( MySQLRep == "y" )
|
||||||
cout << "MariaDB ColumnStore Replication Feature is enabled" << endl << endl;
|
cout << "MariaDB ColumnStore Replication Feature is enabled" << endl << endl;
|
||||||
|
|
||||||
|
//display Distributed Install feature
|
||||||
|
if ( SingleServerInstall == "n" )
|
||||||
|
{
|
||||||
|
string DistributedInstall;
|
||||||
|
|
||||||
|
try
|
||||||
|
{
|
||||||
|
oam.getSystemConfig("DistributedInstall", DistributedInstall);
|
||||||
|
if ( DistributedInstall == "y" )
|
||||||
|
cout << "MariaDB ColumnStore set for Distributed Install" << endl << endl;
|
||||||
|
else
|
||||||
|
cout << "MariaDB ColumnStore set for Non-Distributed Install" << endl << endl;
|
||||||
|
}
|
||||||
|
catch (...) {}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
catch (exception& e)
|
catch (exception& e)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user