fix
[oweals/gnunet.git] / src / datacache / plugin_datacache_sqlite.c
index 0341c76dc4953daab044e8812ebf0cebd37574cb..4c429c1b4576893e8b5a60f84386f49ef77a8447 100644 (file)
@@ -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;
 
 
 /**