aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 20:12:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 20:12:39 +0000
commitb6351b4f8ec8f7bb389ecc8e083f9f2232a83c0e (patch)
tree55a2aae059597d4edcf25adcad09ba6628eb3ef5 /src/datastore
parentae6871c097e55b61d10a66428b1c9a732a0fe803 (diff)
downloadgnunet-b6351b4f8ec8f7bb389ecc8e083f9f2232a83c0e.tar.gz
gnunet-b6351b4f8ec8f7bb389ecc8e083f9f2232a83c0e.zip
fixes
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_mysql.c2
1 files changed, 0 insertions, 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)
1721 " value BLOB NOT NULL DEFAULT ''," 1721 " value BLOB NOT NULL DEFAULT '',"
1722 " uid BIGINT NOT NULL AUTO_INCREMENT," 1722 " uid BIGINT NOT NULL AUTO_INCREMENT,"
1723 " PRIMARY KEY (uid)" 1723 " PRIMARY KEY (uid)"
1724#if 0
1725 " INDEX idx_hash (hash(64))," 1724 " INDEX idx_hash (hash(64)),"
1726 " INDEX idx_hash_uid (hash(64),uid)," 1725 " INDEX idx_hash_uid (hash(64),uid),"
1727 " INDEX idx_hash_vhash (hash(64),vhash(64))," 1726 " INDEX idx_hash_vhash (hash(64),vhash(64)),"
@@ -1730,7 +1729,6 @@ libgnunet_plugin_datastore_mysql_init (void *cls)
1730 " INDEX idx_repl (repl)," 1729 " INDEX idx_repl (repl),"
1731 " INDEX idx_expire_prio (expire,prio)," 1730 " INDEX idx_expire_prio (expire,prio),"
1732 " INDEX idx_anonLevel_uid (anonLevel,uid)" 1731 " INDEX idx_anonLevel_uid (anonLevel,uid)"
1733#endif
1734 ") ENGINE=InnoDB") || 1732 ") ENGINE=InnoDB") ||
1735 MRUNS ("SET AUTOCOMMIT = 1") || 1733 MRUNS ("SET AUTOCOMMIT = 1") ||
1736 PINIT (plugin->insert_entry, INSERT_ENTRY) || 1734 PINIT (plugin->insert_entry, INSERT_ENTRY) ||