gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7824 - GNUnet/src/applications/dstore_mysql


From: gnunet
Subject: [GNUnet-SVN] r7824 - GNUnet/src/applications/dstore_mysql
Date: Sun, 2 Nov 2008 15:59:34 -0700 (MST)

Author: grothoff
Date: 2008-11-02 15:59:32 -0700 (Sun, 02 Nov 2008)
New Revision: 7824

Modified:
   GNUnet/src/applications/dstore_mysql/dstore_mysql.c
Log:
mayfail

Modified: GNUnet/src/applications/dstore_mysql/dstore_mysql.c
===================================================================
--- GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2008-11-02 22:58:56 UTC 
(rev 7823)
+++ GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2008-11-02 22:59:32 UTC 
(rev 7824)
@@ -110,8 +110,8 @@
     return GNUNET_SYSERR;
 #define MRUNS(a) (GNUNET_OK != GNUNET_MYSQL_run_statement (db, a) )
 #define PINIT(a,b) (NULL == (a = GNUNET_MYSQL_prepared_statement_create(db, 
b)))
-  if ( MRUNS("DROP TABLE gn080dstore") ||
-       MRUNS("CREATE TEMPORARY TABLE gn080dstore ("
+  MRUNS("DROP TABLE gn080dstore");
+  if ( MRUNS("CREATE TEMPORARY TABLE gn080dstore ("
             "  size INT(11) UNSIGNED NOT NULL DEFAULT 0,"
             "  type INT(11) UNSIGNED NOT NULL DEFAULT 0,"
             "  puttime BIGINT UNSIGNED NOT NULL DEFAULT 0,"





reply via email to

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