aboutsummaryrefslogtreecommitdiff
path: root/src/datacache
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 07:46:10 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 07:46:10 +0000
commitc013ea31649c63804599cc16253fa34d160e818d (patch)
treeb430d10a7324a727626c4e04f5a7fd3ef03b3246 /src/datacache
parent5906405838be2ab68bece4b4b07688dbe97ae5f3 (diff)
downloadgnunet-c013ea31649c63804599cc16253fa34d160e818d.tar.gz
gnunet-c013ea31649c63804599cc16253fa34d160e818d.zip
going less bitfield crazy
Diffstat (limited to 'src/datacache')
-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 0341c76dc..4c429c1b4 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)
440 "sqlite", _("Sqlite datacache running\n")); 440 "sqlite", _("Sqlite datacache running\n"));
441 return api; 441 return api;
442} 442}
443// 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;
443 444
444 445
445/** 446/**