1
0
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:
Denis Khalikov
2022-08-04 16:22:41 +03:00
parent 56bbef62e6
commit ab25337c0a
3 changed files with 45 additions and 334 deletions

View File

@ -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.