fixes
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Apr 2011 20:12:39 +0000 (20:12 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Apr 2011 20:12:39 +0000 (20:12 +0000)
src/datastore/plugin_datastore_mysql.c

index 005026c92a2af7563b870907e1b4873889521541..e16897ee9963bcb12a20e1663191e389dfaa491e 100644 (file)
@@ -1721,7 +1721,6 @@ libgnunet_plugin_datastore_mysql_init (void *cls)
              " value BLOB NOT NULL DEFAULT '',"
              " uid BIGINT NOT NULL AUTO_INCREMENT,"
              " PRIMARY KEY (uid)"
-#if 0
              " INDEX idx_hash (hash(64)),"
              " INDEX idx_hash_uid (hash(64),uid),"
              " INDEX idx_hash_vhash (hash(64),vhash(64)),"
@@ -1730,7 +1729,6 @@ libgnunet_plugin_datastore_mysql_init (void *cls)
              " INDEX idx_repl (repl),"
              " INDEX idx_expire_prio (expire,prio),"
              " INDEX idx_anonLevel_uid (anonLevel,uid)"
-#endif
              ") ENGINE=InnoDB") ||
       MRUNS ("SET AUTOCOMMIT = 1") ||
       PINIT (plugin->insert_entry, INSERT_ENTRY) ||