aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_mysql.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-04-15 20:13:05 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-04-15 20:13:05 +0000
commit2d0fc1be4c46bfd5fb74735137461a3520ccf588 (patch)
treef56bb60cd0460b70f30812131971b16507279ec6 /src/datastore/plugin_datastore_mysql.c
parentd0564e4825c8fa3057781e51515f1dd1f64666cb (diff)
syntax
git-svn-id: https://gnunet.org/svn/gnunet@15013 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-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 e16897ee99..c3d9212d39 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)),"