From 68636e1c0276e2eec1e06c4c0e65a5e1ee079028 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 5 Sep 2014 19:05:05 +0000 Subject: -remve legacy option --- src/namestore/plugin_namestore_sqlite.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/namestore/plugin_namestore_sqlite.c') 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 @@ -223,9 +223,6 @@ database_setup (struct Plugin *plugin) CHECK (SQLITE_OK == sqlite3_exec (plugin->dbh, "PRAGMA locking_mode=EXCLUSIVE", NULL, NULL, ENULL)); - CHECK (SQLITE_OK == - sqlite3_exec (plugin->dbh, "PRAGMA count_changes=OFF", NULL, NULL, - ENULL)); CHECK (SQLITE_OK == sqlite3_exec (plugin->dbh, "PRAGMA page_size=4092", NULL, NULL, ENULL)); -- cgit v1.2.3