You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
Another incremental commit.
This commit is contained in:
@ -125,10 +125,8 @@ private:
|
||||
std::string savefile;
|
||||
bool release, die, firstSlave, saveFileToggle, takeSnapshot, doSaveDelta, standalone, printOnly;
|
||||
messageqcpp::ByteStream delta;
|
||||
int currentSaveFD;
|
||||
idbdatafile::IDBDataFile* currentSaveFile;
|
||||
std::string journalName;
|
||||
std::fstream journal;
|
||||
idbdatafile::IDBDataFile* journalh;
|
||||
int64_t snapshotInterval, journalCount;
|
||||
struct timespec MSG_TIMEOUT;
|
||||
|
Reference in New Issue
Block a user