From: Christian Grothoff Date: Fri, 15 Apr 2011 20:12:39 +0000 (+0000) Subject: fixes X-Git-Tag: initial-import-from-subversion-38251~18667 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b6351b4f8ec8f7bb389ecc8e083f9f2232a83c0e;p=oweals%2Fgnunet.git fixes --- diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index 005026c92..e16897ee9 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -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) ||