From d0599c9532164b6edfa2cafc47eba88e6f0c5c0d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 3 Aug 2011 21:06:53 +0000 Subject: fix --- src/datastore/plugin_datastore_mysql.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/datastore') 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) " INDEX idx_hash (hash(64))," " INDEX idx_hash_uid (hash(64),uid)," " INDEX idx_hash_vhash (hash(64),vhash(64))," - " INDEX idx_hash_type_rvalue (hash(64),type,rvalue)," + " INDEX idx_hash_type_uid (hash(64),type,rvalue)," " INDEX idx_prio (prio)," " INDEX idx_repl_rvalue (repl,rvalue)," " INDEX idx_expire (expire)," -- cgit v1.2.3