1
0
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:
Ben Thompson
2017-08-11 01:16:31 -05:00
parent 70b61444e2
commit 3504b8df61

View File

@@ -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;