aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-18 08:35:15 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-18 08:35:15 +0000
commit2202873156947fd5f1b634347b580fe13b24f2c5 (patch)
treef5fa79efcf20118afd57a0b7e56601d5c522930e
parentd34c5bfd6feda8af67d2d27e77ca81341ea24f41 (diff)
downloadgnunet-2202873156947fd5f1b634347b580fe13b24f2c5.tar.gz
gnunet-2202873156947fd5f1b634347b580fe13b24f2c5.zip
nodbg
-rw-r--r--TODO1
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index 9cf5a1645..aa8ba525c 100644
--- a/TODO
+++ b/TODO
@@ -1,5 +1,6 @@
10.9.0pre1: 10.9.0pre1:
2* FS: [CG] 2* FS: [CG]
3 - test indexing
3 - test migration 4 - test migration
4 - TTL/priority calculations 5 - TTL/priority calculations
5 - hot-path routing, load considerations 6 - hot-path routing, load considerations
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 8df925864..f63f47b52 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -29,7 +29,7 @@
29#include "plugin_datastore.h" 29#include "plugin_datastore.h"
30#include <sqlite3.h> 30#include <sqlite3.h>
31 31
32#define DEBUG_SQLITE GNUNET_YES 32#define DEBUG_SQLITE GNUNET_NO
33 33
34/** 34/**
35 * After how many payload-changing operations 35 * After how many payload-changing operations