You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-18 13:54:11 +03:00
Fixed up the Sync unit test, fixed a couple things in S3Storage,
it's working now.
This commit is contained in:
@@ -50,9 +50,9 @@ class MetadataFile
|
||||
static void setOffsetInKey(std::string &key, off_t newOffset);
|
||||
static void setLengthInKey(std::string &key, size_t newLength);
|
||||
|
||||
|
||||
private:
|
||||
Config *mpConfig;
|
||||
std::string prefix;
|
||||
SMLogging *mpLogger;
|
||||
int mVersion;
|
||||
int mRevision;
|
||||
|
||||
Reference in New Issue
Block a user