You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
Fix: grabEMIndex for loadFromBinaryBlob
This commit is contained in:
@@ -1839,6 +1839,7 @@ struct EMBinaryReader
|
|||||||
void ExtentMap::loadFromBinaryBlob(const char* blob)
|
void ExtentMap::loadFromBinaryBlob(const char* blob)
|
||||||
{
|
{
|
||||||
grabEMEntryTable(WRITE);
|
grabEMEntryTable(WRITE);
|
||||||
|
grabEMIndex(WRITE);
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
@@ -1846,6 +1847,7 @@ void ExtentMap::loadFromBinaryBlob(const char* blob)
|
|||||||
}
|
}
|
||||||
catch (...)
|
catch (...)
|
||||||
{
|
{
|
||||||
|
releaseEMIndex(WRITE);
|
||||||
releaseEMEntryTable(WRITE);
|
releaseEMEntryTable(WRITE);
|
||||||
throw;
|
throw;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user