gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5296 - GNUnet/src/applications/sqstore_mysql
Date: Tue, 10 Jul 2007 02:40:56 -0600 (MDT)

Author: grothoff
Date: 2007-07-10 02:40:56 -0600 (Tue, 10 Jul 2007)
New Revision: 5296

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
avoid kblocks

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-10 08:36:37 UTC 
(rev 5295)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-10 08:40:56 UTC 
(rev 5296)
@@ -709,7 +709,7 @@
 {
   return iterateHelper (0,
                         "SELECT SQL_NO_CACHE * FROM gn070"
-                        " %s WHERE expire > %llu"
+                        " %s WHERE expire > %llu AND type!=3"
                         " ORDER BY expire DESC", iter, closure);
 }
 





reply via email to

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