1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-08-07 03:22:57 +03:00

add filename to ExtentMap::save():open err log

This commit is contained in:
mariadb-KristinaPavlova
2025-06-26 11:20:57 +03:00
committed by Leonid Fedorov
parent dc5bb881cf
commit dd3ce850b7

View File

@@ -1826,7 +1826,7 @@ void ExtentMap::save(const string& filename)
if (!out)
{
log_errno("ExtentMap::save(): open");
log_errno("ExtentMap::save(): can't open file " + filename);
releaseFreeList(READ);
releaseEMIndex(READ);
releaseEMEntryTable(READ);