From b6351b4f8ec8f7bb389ecc8e083f9f2232a83c0e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 15 Apr 2011 20:12:39 +0000 Subject: [PATCH] fixes --- src/datastore/plugin_datastore_mysql.c | 2 -- 1 file changed, 2 deletions(-) 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) || -- 2.25.1