From d3f9d5cf5a6c721e7482bedd1e162441095dfcdc Mon Sep 17 00:00:00 2001 From: david hill Date: Wed, 18 Jan 2017 14:33:29 -0600 Subject: [PATCH] mcol-481 - just changed the note --- oamapps/postConfigure/postConfigure.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index ba698361f..f8e66311a 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -666,10 +666,9 @@ int main(int argc, char *argv[]) exit(1); } - cout << "NOTE: MySQL Replication feature can be enabled to have MariaDB ColumnStore" << endl; - cout << " setup the functionality of MySQL Replication on the system." << endl; - cout << " Or the feature can be disabled, if for example, if you have replication" << endl; - cout << " handled by another application" << endl << endl; + cout << "NOTE: The MariaDB ColumnStore Schema Sync feature will replicate all of the" << endl; + cout << " schemas and InnoDB tables across the User Module nodes. This feature can be enabled" << endl; + cout << " or disabled, for example, if you wish to configure your own replication post installation." << endl << endl; try { MySQLRep = sysConfig->getConfig(InstallSection, "MySQLRep"); @@ -684,9 +683,9 @@ int main(int argc, char *argv[]) while(true) { if ( mysqlRep ) - prompt = "MariaDB ColumnStore MySQL Replication feature is Enabled, do you want to leave enabled? [y,n] (y) > "; + prompt = "MariaDB ColumnStore Schema Sync feature is Enabled, do you want to leave enabled? [y,n] (y) > "; else - prompt = "MariaDB ColumnStore MySQL Replication feature, do you want to enable? [y,n] (y) > "; + prompt = "MariaDB ColumnStore Schema Sync feature, do you want to enable? [y,n] (y) > "; pcommand = callReadline(prompt.c_str()); if (pcommand) {