mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fix SqliteDatabase to start the thread
This commit is contained in:
@@ -41,6 +41,8 @@ SqliteDatabase::SqliteDatabase (const char* host)
|
||||
, mWalQ (NULL)
|
||||
, walRunning (false)
|
||||
{
|
||||
m_thread.start ();
|
||||
|
||||
mConnection = NULL;
|
||||
mAuxConnection = NULL;
|
||||
mCurrentStmt = NULL;
|
||||
|
||||
Reference in New Issue
Block a user