You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-11-25 20:23:16 +03:00
change mysql running check
This commit is contained in:
@@ -293,7 +293,7 @@ void mysqlSetup()
|
|||||||
}
|
}
|
||||||
else
|
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;
|
cout << endl << "ERROR: MySQL runtime error, exit..." << endl << endl;
|
||||||
system("cat /tmp/idbmysql.log");
|
system("cat /tmp/idbmysql.log");
|
||||||
exit (1);
|
exit (1);
|
||||||
|
|||||||
Reference in New Issue
Block a user