gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5826 - GNUnet/src/applications/dstore_mysql
Date: Sun, 9 Dec 2007 12:49:23 -0700 (MST)

Author: grothoff
Date: 2007-12-09 12:49:23 -0700 (Sun, 09 Dec 2007)
New Revision: 5826

Modified:
   GNUnet/src/applications/dstore_mysql/check.conf
   GNUnet/src/applications/dstore_mysql/dstore_mysql.c
Log:
fix

Modified: GNUnet/src/applications/dstore_mysql/check.conf
===================================================================
--- GNUnet/src/applications/dstore_mysql/check.conf     2007-12-09 19:34:38 UTC 
(rev 5825)
+++ GNUnet/src/applications/dstore_mysql/check.conf     2007-12-09 19:49:23 UTC 
(rev 5826)
@@ -23,7 +23,7 @@
 dstore = "dstore_mysql"
 
 [NETWORK]
-PORT = 12087
+PORT = 12083
 INTERFACE = ""
 IP = ""
 HELLOEXCHANGE = YES

Modified: GNUnet/src/applications/dstore_mysql/dstore_mysql.c
===================================================================
--- GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2007-12-09 19:34:38 UTC 
(rev 5825)
+++ GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2007-12-09 19:49:23 UTC 
(rev 5826)
@@ -91,7 +91,7 @@
                           "expire = ? AND puttime = ? AND size = ? AND value = 
?"
 static MYSQL_STMT *delete_value;
 
-#define INSERT_VALUE_STMT "INSERT INTO gn073dstore (hash, type, expire, 
puttime, size, value) "\
+#define INSERT_VALUE_STMT "INSERT INTO gn073dstore (puttime, expire, hash, 
type, size, value) "\
                           "VALUES (?, ?, ?, ?, ?, ?)"
 static MYSQL_STMT *insert_value;
 





reply via email to

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