gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5331 - GNUnet/src/applications/sqstore_mysql
Date: Sat, 21 Jul 2007 23:25:33 -0600 (MDT)

Author: grothoff
Date: 2007-07-21 23:25:33 -0600 (Sat, 21 Jul 2007)
New Revision: 5331

Modified:
   GNUnet/src/applications/sqstore_mysql/mysql.c
Log:
tests pass

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-22 05:23:07 UTC 
(rev 5330)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-22 05:25:33 UTC 
(rev 5331)
@@ -901,14 +901,7 @@
     }
     mysql_stmt_reset(stmt);
     MUTEX_UNLOCK (lock);
-    if ( ( (is_prio) && (last_prio != prio)) ||
-        ( (!is_prio) && (last_expire != expiration) ) ) {
-      if (is_asc)
-       last_vkey = 0;
-      else
-       last_vkey = 0x7FFFFFFFFFFFFFFFLL; /* MySQL only supports 63 bits */
-    } else
-      last_vkey = vkey;
+    last_vkey = vkey;
     last_prio = prio;
     last_expire = expiration;
     count++;





reply via email to

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