aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-09-05 19:05:05 +0000
committerChristian Grothoff <christian@grothoff.org>2014-09-05 19:05:05 +0000
commit68636e1c0276e2eec1e06c4c0e65a5e1ee079028 (patch)
treea515602aeaa1b91257cb27ca66b0ad3d640e5eaa /src/namestore
parent487a633dbbf9b26971d0985ec57f0717da79a4d8 (diff)
downloadgnunet-68636e1c0276e2eec1e06c4c0e65a5e1ee079028.tar.gz
gnunet-68636e1c0276e2eec1e06c4c0e65a5e1ee079028.zip
-remve legacy option
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/plugin_namestore_sqlite.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/namestore/plugin_namestore_sqlite.c b/src/namestore/plugin_namestore_sqlite.c
index ca965d610..e95487b04 100644
--- a/src/namestore/plugin_namestore_sqlite.c
+++ b/src/namestore/plugin_namestore_sqlite.c
@@ -224,9 +224,6 @@ database_setup (struct Plugin *plugin)
224 sqlite3_exec (plugin->dbh, "PRAGMA locking_mode=EXCLUSIVE", NULL, NULL, 224 sqlite3_exec (plugin->dbh, "PRAGMA locking_mode=EXCLUSIVE", NULL, NULL,
225 ENULL)); 225 ENULL));
226 CHECK (SQLITE_OK == 226 CHECK (SQLITE_OK ==
227 sqlite3_exec (plugin->dbh, "PRAGMA count_changes=OFF", NULL, NULL,
228 ENULL));
229 CHECK (SQLITE_OK ==
230 sqlite3_exec (plugin->dbh, "PRAGMA page_size=4092", NULL, NULL, 227 sqlite3_exec (plugin->dbh, "PRAGMA page_size=4092", NULL, NULL,
231 ENULL)); 228 ENULL));
232 229