gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15011 - gnunet/src/datastore
Date: Fri, 15 Apr 2011 22:12:39 +0200

Author: grothoff
Date: 2011-04-15 22:12:39 +0200 (Fri, 15 Apr 2011)
New Revision: 15011

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

Modified: gnunet/src/datastore/plugin_datastore_mysql.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_mysql.c       2011-04-15 20:12:21 UTC 
(rev 15010)
+++ gnunet/src/datastore/plugin_datastore_mysql.c       2011-04-15 20:12:39 UTC 
(rev 15011)
@@ -1721,7 +1721,6 @@
              " value BLOB NOT NULL DEFAULT '',"
              " uid BIGINT NOT NULL AUTO_INCREMENT,"
              " PRIMARY KEY (uid)"
-#if 0
              " INDEX idx_hash (hash(64)),"
              " INDEX idx_hash_uid (hash(64),uid),"
              " INDEX idx_hash_vhash (hash(64),vhash(64)),"
@@ -1730,7 +1729,6 @@
              " INDEX idx_repl (repl),"
              " INDEX idx_expire_prio (expire,prio),"
              " INDEX idx_anonLevel_uid (anonLevel,uid)"
-#endif
              ") ENGINE=InnoDB") ||
       MRUNS ("SET AUTOCOMMIT = 1") ||
       PINIT (plugin->insert_entry, INSERT_ENTRY) ||




reply via email to

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