summaryrefslogtreecommitdiff
path: root/media/mediaManager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'media/mediaManager.cpp')
-rw-r--r--media/mediaManager.cpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/media/mediaManager.cpp b/media/mediaManager.cpp
index 07afef2..96b7024 100644
--- a/media/mediaManager.cpp
+++ b/media/mediaManager.cpp
@@ -622,13 +622,6 @@ bool cMediaManager::Initialise(){
bool cMediaManager::CheckIntegrity(){
try {
- connection.execute("PRAGMA foreign_keys = ON");
- connection.execute("PRAGMA page_size = 4096");
- connection.execute("PRAGMA cache_size = 16384");
- connection.execute("PRAGMA temp_store = MEMORY");
- connection.execute("PRAGMA synchronous = NORMAL");
- connection.execute("PRAGMA locking_mode = EXCLUSIVE");
-
tntdb::Statement checkTable = connection.prepare(
"SELECT name FROM sqlite_master WHERE type='table' AND name=:table;"
);