You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
fix(syscat): MCOL-5816 23.02 -> 23.10 upgrade issues (#3346)
* feat(BRM,tools): couple utilities to watch/operate shared memory locks and extent map * feat(BRM,tools): merged two utilities and added some extra dbbuilder output in case of upgrade * fix(dbbuilder): extra output to log upgrade detection.
This commit is contained in:
@ -110,7 +110,7 @@ void TableLockServer::load()
|
||||
if (!in)
|
||||
{
|
||||
ostringstream os;
|
||||
os << "TableLockServer::load(): could not open the save file" << filename;
|
||||
os << "TableLockServer::load(): either this is the first cluster start or could not open the save file" << filename;
|
||||
log(os.str(), logging::LOG_TYPE_DEBUG);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user