Do WAL checkpointing in our own thread(s).

This commit is contained in:
JoelKatz
2013-01-11 18:45:16 -08:00
parent b21e751ce7
commit 0d49bc877e
4 changed files with 80 additions and 1 deletions

View File

@@ -82,6 +82,8 @@ public:
// int getSingleDBValueInt(const char* sql);
// float getSingleDBValueFloat(const char* sql);
// char* getSingleDBValueStr(const char* sql, std::string& retStr);
virtual bool setupCheckpointing() { return false; }
};
#endif