You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
MCOL-1 need to break when not in read only
This commit is contained in:
@ -5809,7 +5809,7 @@ int ProcessMonitor::checkDataMount()
|
||||
string fileName = dbroot + "/OAMdbrootCheck";
|
||||
ofstream fout(fileName.c_str());
|
||||
if (!fout) {
|
||||
log.writeLog(__LINE__, "ERROR: Failed test write to DBRoot: " + dbroot, LOG_TYPE_ERROR);
|
||||
log.writeLog(__LINE__, "ERROR: Failed test write to DBRoot: " + dbroot + " " + strerror(errno), LOG_TYPE_ERROR);
|
||||
|
||||
return API_FAILURE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user