aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-03 21:06:53 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-03 21:06:53 +0000
commitd0599c9532164b6edfa2cafc47eba88e6f0c5c0d (patch)
tree2b7424021d819bb0fee03440d72245caa343da35 /src/datastore
parentba47d9ea31c6635578365484b993f252d7c2d022 (diff)
downloadgnunet-d0599c9532164b6edfa2cafc47eba88e6f0c5c0d.tar.gz
gnunet-d0599c9532164b6edfa2cafc47eba88e6f0c5c0d.zip
fix
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index bb92d76a8..3d0da61a0 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -1555,7 +1555,7 @@ libgnunet_plugin_datastore_mysql_init (void *cls)
1555 " INDEX idx_hash (hash(64))," 1555 " INDEX idx_hash (hash(64)),"
1556 " INDEX idx_hash_uid (hash(64),uid)," 1556 " INDEX idx_hash_uid (hash(64),uid),"
1557 " INDEX idx_hash_vhash (hash(64),vhash(64))," 1557 " INDEX idx_hash_vhash (hash(64),vhash(64)),"
1558 " INDEX idx_hash_type_rvalue (hash(64),type,rvalue)," 1558 " INDEX idx_hash_type_uid (hash(64),type,rvalue),"
1559 " INDEX idx_prio (prio)," 1559 " INDEX idx_prio (prio),"
1560 " INDEX idx_repl_rvalue (repl,rvalue)," 1560 " INDEX idx_repl_rvalue (repl,rvalue),"
1561 " INDEX idx_expire (expire)," 1561 " INDEX idx_expire (expire),"