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

A theory to test

This commit is contained in:
Serguey Zefirov
2025-05-22 16:11:47 +03:00
parent a1914f93e4
commit 1c2532b6b7

View File

@@ -1481,10 +1481,10 @@ uint8_t WE_DMLCommandProc::processBatchInsert(messageqcpp::ByteStream& bs, std::
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");
CalpontSystemCatalog::removeCalpontSystemCatalog(sessionId);
idblog("right after removing sessionId");
return rc;
}