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

Debug logs

This commit is contained in:
Serguey Zefirov
2025-05-20 18:32:51 +03:00
parent ec5109f0c2
commit 0388f39bba

View File

@@ -1478,9 +1478,13 @@ uint8_t WE_DMLCommandProc::processBatchInsert(messageqcpp::ByteStream& bs, std::
}
// MCOL-1495 Remove fCatalogMap entries CS won't use anymore.
idblog("just before systemCatalogPtr reset");
systemCatalogPtr.reset(); // ??? XXX ???
idblog("right after systemCatalogPtr reset");
CalpontSystemCatalog::removeCalpontSystemCatalog(sessionId);
idblog("right after removing sessionId");
CalpontSystemCatalog::removeCalpontSystemCatalog(sessionId | 0x80000000);
idblog("right after removing local sessionId");
return rc;
}