aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-15 20:13:05 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-15 20:13:05 +0000
commitd07b918c8cbbd2fb3a3fcbfc3366fd85734ddfe8 (patch)
treef56bb60cd0460b70f30812131971b16507279ec6 /src/datastore
parent149ebbd5a2cd47c496b5054562e2179c494897d0 (diff)
downloadgnunet-d07b918c8cbbd2fb3a3fcbfc3366fd85734ddfe8.tar.gz
gnunet-d07b918c8cbbd2fb3a3fcbfc3366fd85734ddfe8.zip
syntax
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_mysql.c2
1 files changed, 1 insertions, 1 deletions
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)
1720 " vhash BINARY(64) NOT NULL DEFAULT ''," 1720 " vhash BINARY(64) NOT NULL DEFAULT '',"
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 " INDEX idx_hash (hash(64))," 1724 " INDEX idx_hash (hash(64)),"
1725 " INDEX idx_hash_uid (hash(64),uid)," 1725 " INDEX idx_hash_uid (hash(64),uid),"
1726 " INDEX idx_hash_vhash (hash(64),vhash(64))," 1726 " INDEX idx_hash_vhash (hash(64),vhash(64)),"