fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 3 Aug 2011 21:06:53 +0000 (21:06 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 3 Aug 2011 21:06:53 +0000 (21:06 +0000)
src/datastore/plugin_datastore_mysql.c

index bb92d76a8be712d8c72418c56e3ef1c13ba2109a..3d0da61a0cc016317c93099cb2c76b5c5ff3f838 100644 (file)
@@ -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),"