aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-08-03 21:06:53 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-08-03 21:06:53 +0000
commit0404d2eaa746c27b7e52df226f174e15fcf64797 (patch)
tree2b7424021d819bb0fee03440d72245caa343da35 /src/datastore/plugin_datastore_mysql.c
parent634a0c79b64ca0cb75e147ff6d234f12965ad74b (diff)
fix
git-svn-id: https://gnunet.org/svn/gnunet@16351 140774ce-b5e7-0310-ab8b-a85725594a96
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),"