1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-12-18 13:54:11 +03:00

Update Metadata and Replicator to use configure file paths. Update unit_tests to work and cleanup as expected.

This commit is contained in:
Ben Thompson
2019-03-26 17:24:03 -05:00
parent c5e04a1a6f
commit c1a33111f6
6 changed files with 99 additions and 15 deletions

View File

@@ -57,6 +57,7 @@ class MetadataFile
int mVersion;
int mRevision;
size_t mObjectSize;
std::string msMetadataPath;
std::set<metadataObject> mObjects;
//vector<metadataObject> mObjects;
};