diff options
Diffstat (limited to 'storage.h')
-rw-r--r-- | storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -41,6 +41,7 @@ private: CompiledSQL m_stmt_create; CompiledSQL m_stmt_getNumberOfDocuments; CompiledSQL m_stmt_cleanup; + CompiledSQL m_stmt_vacuum; CompiledSQL m_stmt_exists; CompiledSQL m_stmt_getDocument; CompiledSQL m_stmt_getRevision; |