From aee99f6e4196da25b312d0357c337255e7b6fd7e Mon Sep 17 00:00:00 2001 From: david hill Date: Sun, 15 May 2016 13:10:05 -0500 Subject: [PATCH] change mysql running check --- oamapps/postConfigure/helpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oamapps/postConfigure/helpers.cpp b/oamapps/postConfigure/helpers.cpp index 7668dacd7..7ba7e1e6f 100644 --- a/oamapps/postConfigure/helpers.cpp +++ b/oamapps/postConfigure/helpers.cpp @@ -293,7 +293,7 @@ void mysqlSetup() } else { - if (!oam.checkLogStatus("/tmp/idbmysql.log", "MariDB Columnstore") ) { + if (!oam.checkLogStatus("/tmp/idbmysql.log", "Columnstore") ) { cout << endl << "ERROR: MySQL runtime error, exit..." << endl << endl; system("cat /tmp/idbmysql.log"); exit (1);