aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-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 bb92d76a8b..3d0da61a0c 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),"