gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6389 - GNUnet/src/applications/sqstore_mysql
Date: Tue, 19 Feb 2008 21:11:42 -0700 (MST)

Author: grothoff
Date: 2008-02-19 21:11:42 -0700 (Tue, 19 Feb 2008)
New Revision: 6389

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

Modified: GNUnet/src/applications/sqstore_mysql/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql/mysql.c       2008-02-20 03:55:15 UTC 
(rev 6388)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2008-02-20 04:11:42 UTC 
(rev 6389)
@@ -303,9 +303,13 @@
   PEND (dbh->insert_entry);
   PEND (dbh->delete_entry_by_vkey);
   PEND (dbh->select_entry_by_hash);
+  PEND (dbh->select_entry_by_hash_and_vhash);
   PEND (dbh->select_entry_by_hash_and_type);
+  PEND (dbh->select_entry_by_hash_vhash_and_type);
   PEND (dbh->count_entry_by_hash);
+  PEND (dbh->count_entry_by_hash_and_vhash);
   PEND (dbh->count_entry_by_hash_and_type);
+  PEND (dbh->count_entry_by_hash_vhash_and_type);
   PEND (dbh->update_entry);
   PEND (dbh->iter[0]);
   PEND (dbh->iter[1]);
@@ -446,9 +450,13 @@
   PINIT (dbh->insert_entry, INSERT_ENTRY);
   PINIT (dbh->delete_entry_by_vkey, DELETE_ENTRY_BY_VKEY);
   PINIT (dbh->select_entry_by_hash, SELECT_ENTRY_BY_HASH);
+  PINIT (dbh->select_entry_by_hash_and_vhash, SELECT_ENTRY_BY_HASH_AND_VHASH);
   PINIT (dbh->select_entry_by_hash_and_type, SELECT_ENTRY_BY_HASH_AND_TYPE);
+  PINIT (dbh->select_entry_by_hash_vhash_and_type, 
SELECT_ENTRY_BY_HASH_VHASH_AND_TYPE);
   PINIT (dbh->count_entry_by_hash, COUNT_ENTRY_BY_HASH);
+  PINIT (dbh->count_entry_by_hash_and_vhash, COUNT_ENTRY_BY_HASH_AND_VHASH);
   PINIT (dbh->count_entry_by_hash_and_type, COUNT_ENTRY_BY_HASH_AND_TYPE);
+  PINIT (dbh->count_entry_by_hash_vhash_and_type, 
COUNT_ENTRY_BY_HASH_VHASH_AND_TYPE);
   PINIT (dbh->update_entry, UPDATE_ENTRY);
   PINIT (dbh->iter[0], SELECT_IT_LOW_PRIORITY);
   PINIT (dbh->iter[1], SELECT_IT_NON_ANONYMOUS);





reply via email to

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