From: Christian Grothoff Date: Fri, 15 Apr 2011 20:13:05 +0000 (+0000) Subject: syntax X-Git-Tag: initial-import-from-subversion-38251~18665 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d07b918c8cbbd2fb3a3fcbfc3366fd85734ddfe8;p=oweals%2Fgnunet.git syntax --- diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index e16897ee9..c3d9212d3 100644 --- a/src/datastore/plugin_datastore_mysql.c +++ b/src/datastore/plugin_datastore_mysql.c @@ -1720,7 +1720,7 @@ libgnunet_plugin_datastore_mysql_init (void *cls) " vhash BINARY(64) NOT NULL DEFAULT ''," " value BLOB NOT NULL DEFAULT ''," " uid BIGINT NOT NULL AUTO_INCREMENT," - " PRIMARY KEY (uid)" + " PRIMARY KEY (uid)," " INDEX idx_hash (hash(64))," " INDEX idx_hash_uid (hash(64),uid)," " INDEX idx_hash_vhash (hash(64),vhash(64)),"