summaryrefslogtreecommitdiff
path: root/plugins/Dbx_sqlite
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Dbx_sqlite')
-rwxr-xr-xplugins/Dbx_sqlite/src/dbintf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Dbx_sqlite/src/dbintf.cpp b/plugins/Dbx_sqlite/src/dbintf.cpp
index 9e6cbeb6bb..f9ee454655 100755
--- a/plugins/Dbx_sqlite/src/dbintf.cpp
+++ b/plugins/Dbx_sqlite/src/dbintf.cpp
@@ -193,6 +193,7 @@ void CDbxSQLite::DBFlush(bool bForce)
BOOL CDbxSQLite::Flush()
{
DBFlush(true);
+ sqlite3_db_cacheflush(m_db);
return ERROR_SUCCESS;
}