1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-11-24 08:41:09 +03:00

change mysql running check

This commit is contained in:
david hill
2016-05-15 13:10:05 -05:00
parent e547db6a8b
commit aee99f6e41

View File

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