chiark / gitweb /
more thorough kvp.c testing
[disorder] / server / stats.c
index 0c354e660f87eb2afe38594df47d0235a3ba6fce..a12b8f66641065fb7eb880e5370064f10c4e0fdc 100644 (file)
@@ -95,8 +95,8 @@ int main(int argc, char **argv) {
   }
   if(config_read(0))
     fatal(0, "cannot read configuration");
-  trackdb_init(0);
-  trackdb_open(0);
+  trackdb_init(TRACKDB_NO_RECOVER);
+  trackdb_open(TRACKDB_NO_UPGRADE);
   stats = trackdb_stats(0);
   while(*stats)
     xprintf("%s\n", *stats++);