mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Simplify and improve the WAL code.
This commit is contained in:
@@ -17,7 +17,6 @@ class SqliteDatabase : public Database
|
||||
|
||||
boost::mutex walMutex;
|
||||
JobQueue* mWalQ;
|
||||
std::set<std::string> walDBs;
|
||||
bool walRunning;
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user