You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-29 08:21:15 +03:00
Fixed a merge error.
This commit is contained in:
@ -1284,7 +1284,7 @@ void ExtentMap::load(const string& filename, bool fixFL)
|
|||||||
throw runtime_error("ExtentMap::load(): That file is not a valid ExtentMap image");
|
throw runtime_error("ExtentMap::load(): That file is not a valid ExtentMap image");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else // fstream path to be remove
|
catch (...)
|
||||||
{
|
{
|
||||||
releaseFreeList(WRITE);
|
releaseFreeList(WRITE);
|
||||||
releaseEMEntryTable(WRITE);
|
releaseEMEntryTable(WRITE);
|
||||||
@ -1310,7 +1310,6 @@ void ExtentMap::save(const string& filename)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
int allocdSize, loadSize[3], i;
|
int allocdSize, loadSize[3], i;
|
||||||
mode_t utmp;
|
|
||||||
|
|
||||||
grabEMEntryTable(READ);
|
grabEMEntryTable(READ);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user