gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15013 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r15013 - gnunet/src/datastore
Date: Fri, 15 Apr 2011 22:13:05 +0200

Author: grothoff
Date: 2011-04-15 22:13:05 +0200 (Fri, 15 Apr 2011)
New Revision: 15013

Modified:
   gnunet/src/datastore/plugin_datastore_mysql.c
Log:
syntax

Modified: gnunet/src/datastore/plugin_datastore_mysql.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_mysql.c       2011-04-15 20:12:49 UTC 
(rev 15012)
+++ gnunet/src/datastore/plugin_datastore_mysql.c       2011-04-15 20:13:05 UTC 
(rev 15013)
@@ -1720,7 +1720,7 @@
              " 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)),"




reply via email to

[Prev in Thread] Current Thread [Next in Thread]