syntax
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Apr 2011 20:13:05 +0000 (20:13 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Apr 2011 20:13:05 +0000 (20:13 +0000)
src/datastore/plugin_datastore_mysql.c

index e16897ee9963bcb12a20e1663191e389dfaa491e..c3d9212d39bf5f870f2e7c50fb5de9e7da12ff48 100644 (file)
@@ -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)),"