From 9e0a72ccd8f9228f85c06c7552208426104eac50 Mon Sep 17 00:00:00 2001 From: David Hill Date: Tue, 27 Nov 2018 10:24:01 -0600 Subject: [PATCH] MCOL-1797 - change calpont to mariadb columnstore --- oam/oamcpp/liboamcpp.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/oam/oamcpp/liboamcpp.cpp b/oam/oamcpp/liboamcpp.cpp index baa8dbe94..e793b5efe 100644 --- a/oam/oamcpp/liboamcpp.cpp +++ b/oam/oamcpp/liboamcpp.cpp @@ -3068,7 +3068,7 @@ namespace oam switch (returnStatus) { case API_SUCCESS: - cout << endl << "Suspend Calpont Database Writes Request successfully completed" << endl; + cout << endl << "Suspend MariaDB Columnstore Database Writes Request successfully completed" << endl; break; case API_FAILURE_DB_ERROR: cout << endl << "**** stopDatabaseWrites Failed: save_brm Failed" << endl; @@ -10096,7 +10096,7 @@ namespace oam } catch (...) { - writeLog("Communication with calpont console failed while waiting for transactions", LOG_TYPE_ERROR); + writeLog("Communication with MariaDB ColumnStore Admin console failed while waiting for transactions", LOG_TYPE_ERROR); } // writeLog("Returning from wait with value " + itoa(ret), LOG_TYPE_INFO ); return ret;