[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r11418 - in gnunet: . src/datastore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r11418 - in gnunet: . src/datastore |
Date: |
Tue, 18 May 2010 10:35:15 +0200 |
Author: grothoff
Date: 2010-05-18 10:35:15 +0200 (Tue, 18 May 2010)
New Revision: 11418
Modified:
gnunet/TODO
gnunet/src/datastore/plugin_datastore_sqlite.c
Log:
nodbg
Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-05-18 08:17:22 UTC (rev 11417)
+++ gnunet/TODO 2010-05-18 08:35:15 UTC (rev 11418)
@@ -1,5 +1,6 @@
0.9.0pre1:
* FS: [CG]
+ - test indexing
- test migration
- TTL/priority calculations
- hot-path routing, load considerations
Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c 2010-05-18 08:17:22 UTC
(rev 11417)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c 2010-05-18 08:35:15 UTC
(rev 11418)
@@ -29,7 +29,7 @@
#include "plugin_datastore.h"
#include <sqlite3.h>
-#define DEBUG_SQLITE GNUNET_YES
+#define DEBUG_SQLITE GNUNET_NO
/**
* After how many payload-changing operations
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r11418 - in gnunet: . src/datastore,
gnunet <=