You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2026-01-06 08:21:10 +03:00
Remove storage type output for data redundancy configuration in mcsadmin
This commit is contained in:
@@ -1890,7 +1890,7 @@ int processCommand(string* arguments)
|
||||
{
|
||||
cout << endl << "Data Redundant Configuration" << endl << endl;
|
||||
cout << "Copies Per DBroot = " << DataRedundancyCopies << endl;
|
||||
cout << "Storage Type = " << DataRedundancyStorageType << endl;
|
||||
//cout << "Storage Type = " << DataRedundancyStorageType << endl;
|
||||
|
||||
oamModuleInfo_t st;
|
||||
string moduleType;
|
||||
|
||||
Reference in New Issue
Block a user