aboutsummaryrefslogtreecommitdiff
path: root/src/datacache/plugin_datacache_sqlite.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-04-06 07:46:10 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-04-06 07:46:10 +0000
commit070e40eef5c0c8699dad275c25dc868da5d1225b (patch)
treeb430d10a7324a727626c4e04f5a7fd3ef03b3246 /src/datacache/plugin_datacache_sqlite.c
parent7173852a4f6d814adcee3bd682cbd5db8b89490d (diff)
going less bitfield crazy
git-svn-id: https://gnunet.org/svn/gnunet@14886 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datacache/plugin_datacache_sqlite.c')
-rw-r--r--src/datacache/plugin_datacache_sqlite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datacache/plugin_datacache_sqlite.c b/src/datacache/plugin_datacache_sqlite.c
index 0341c76dc4..4c429c1b45 100644
--- a/src/datacache/plugin_datacache_sqlite.c
+++ b/src/datacache/plugin_datacache_sqlite.c
@@ -440,6 +440,7 @@ libgnunet_plugin_datacache_sqlite_init (void *cls)
"sqlite", _("Sqlite datacache running\n"));
return api;
}
+// explain SELECT type FROM gn090 WHERE NOT EXISTS (SELECT 1 from gn090 WHERE expire < 42 LIMIT 1) OR expire < 42 ORDER BY repl DESC, Random() LIMIT 1;
/**