gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5351 - GNUnet/src/applications/sqstore_mysql


From: gnunet
Subject: [GNUnet-SVN] r5351 - GNUnet/src/applications/sqstore_mysql
Date: Tue, 24 Jul 2007 09:20:08 -0600 (MDT)

Author: grothoff
Date: 2007-07-24 09:20:08 -0600 (Tue, 24 Jul 2007)
New Revision: 5351

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
idx

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-24 15:16:56 UTC 
(rev 5350)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-24 15:20:08 UTC 
(rev 5351)
@@ -328,6 +328,7 @@
                    " hash BINARY(64) NOT NULL DEFAULT '',"
                    " vkey BIGINT UNSIGNED NOT NULL DEFAULT 0,"
                    " INDEX (hash(64)),"
+                   " INDEX (vkey),"
                    " INDEX (prio,vkey),"
                    " INDEX (expire,vkey,type),"
                    " INDEX (anonLevel,prio,vkey,type)" ") ENGINE=MyISAM");
@@ -344,6 +345,7 @@
                    " hash BINARY(64) NOT NULL DEFAULT '',"
                    " vkey BIGINT UNSIGNED NOT NULL DEFAULT 0,"
                    " INDEX (hash(64)),"
+                   " INDEX (vkey),"
                    " INDEX (prio,vkey),"
                    " INDEX (expire,vkey,type),"
                    " INDEX (anonLevel,prio,vkey,type)" ") ENGINE=InnoDB");





reply via email to

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