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
MCOL-5172 RebuildEM: improve internal representation of sys.cat files
This commit is contained in:
@ -115,15 +115,6 @@ int main(int argc, char** argv)
|
||||
}
|
||||
}
|
||||
|
||||
// Initialize system extents from the binary blob.
|
||||
auto rc = emReBuilder.initializeSystemExtents();
|
||||
if (rc == -1)
|
||||
{
|
||||
std::cerr << "Cannot initialize system extents from binary blob." << std::endl;
|
||||
std::cerr << "Exiting. " << std::endl;
|
||||
return 1;
|
||||
}
|
||||
|
||||
// Make config from default path.
|
||||
std::string count = config->getConfig("SystemConfig", "DBRootCount");
|
||||
// Read the number of DBRoots.
|
||||
|
Reference in New Issue
Block a user