gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5221 - GNUnet/src/applications/sqstore_mysql
Date: Mon, 2 Jul 2007 01:16:28 -0600 (MDT)

Author: grothoff
Date: 2007-07-02 01:16:28 -0600 (Mon, 02 Jul 2007)
New Revision: 5221

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       2007-07-02 07:06:02 UTC 
(rev 5220)
+++ GNUnet/src/applications/sqstore_mysql/mysql.c       2007-07-02 07:16:28 UTC 
(rev 5221)
@@ -862,6 +862,7 @@
   }
   if (iter == NULL) {
     count = mysql_stmt_affected_rows(stmt);
+    mysql_stmt_reset(stmt);
     mysql_thread_end();    
     MUTEX_UNLOCK(lock);
     return count;





reply via email to

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