1
0
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:
drrtuy
2024-12-23 19:01:55 +00:00
committed by GitHub
parent d7cfa15d2a
commit 2b404fff1f
12 changed files with 339 additions and 446 deletions

View File

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