1
0
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:
Patrick LeBlanc
2019-07-12 10:33:51 -05:00
parent 16dc887f20
commit 9ced374c81
4 changed files with 56 additions and 254 deletions

View File

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