From f1a34b320bc34cf165d38b2bbb56534263eebc70 Mon Sep 17 00:00:00 2001 From: david hill Date: Mon, 5 Jun 2017 14:55:08 -0500 Subject: [PATCH] MCOL-534 - change Calpont to MariaDB ColumnStore on upgrade --- oamapps/postConfigure/postConfigure.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oamapps/postConfigure/postConfigure.cpp b/oamapps/postConfigure/postConfigure.cpp index 2a257be36..278af1843 100644 --- a/oamapps/postConfigure/postConfigure.cpp +++ b/oamapps/postConfigure/postConfigure.cpp @@ -3591,7 +3591,7 @@ bool checkSaveConfigFile() } else { - cout << "The Calpont Configuration Data is taken from " << oldFileName << endl; + cout << "The MariaDB ColumnStore Configuration Data is taken from " << oldFileName << endl; } cout << endl;