gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5148 - GNUnet/src/applications/sqstore_mysql_embedded


From: gnunet
Subject: [GNUnet-SVN] r5148 - GNUnet/src/applications/sqstore_mysql_embedded
Date: Mon, 25 Jun 2007 21:10:40 -0600 (MDT)

Author: grothoff
Date: 2007-06-25 21:10:38 -0600 (Mon, 25 Jun 2007)
New Revision: 5148

Added:
   GNUnet/src/applications/sqstore_mysql_embedded/README
Modified:
   GNUnet/src/applications/sqstore_mysql_embedded/check.conf
   GNUnet/src/applications/sqstore_mysql_embedded/mysql.c
Log:
note

Added: GNUnet/src/applications/sqstore_mysql_embedded/README
===================================================================
--- GNUnet/src/applications/sqstore_mysql_embedded/README                       
        (rev 0)
+++ GNUnet/src/applications/sqstore_mysql_embedded/README       2007-06-26 
03:10:38 UTC (rev 5148)
@@ -0,0 +1,4 @@
+This stuff is not yet supported.
+
+I'm waiting for mysql 5.1 to make it into Debian unstable.
+

Modified: GNUnet/src/applications/sqstore_mysql_embedded/check.conf
===================================================================
--- GNUnet/src/applications/sqstore_mysql_embedded/check.conf   2007-06-26 
02:53:36 UTC (rev 5147)
+++ GNUnet/src/applications/sqstore_mysql_embedded/check.conf   2007-06-26 
03:10:38 UTC (rev 5148)
@@ -1,5 +1,5 @@
 [PATHS]
-GNUNETD_HOME = "/tmp/gnunet-mysql-sqstore-test"
+GNUNETD_HOME = "/tmp/gnunet-mysql-sqstore-embedded-test"
 
 [GNUNETD]
 HELLOEXPIRES = 1440
@@ -12,7 +12,7 @@
 PROCESS-PRIORITY = "NORMAL"
 
 [MODULES]
-sqstore = "sqstore_mysql"
+sqstore = "sqstore_mysql_embedded"
 topology = "topology_default"
 
 [NETWORK]

Modified: GNUnet/src/applications/sqstore_mysql_embedded/mysql.c
===================================================================
--- GNUnet/src/applications/sqstore_mysql_embedded/mysql.c      2007-06-26 
02:53:36 UTC (rev 5147)
+++ GNUnet/src/applications/sqstore_mysql_embedded/mysql.c      2007-06-26 
03:10:38 UTC (rev 5148)
@@ -1364,7 +1364,7 @@
 }
 
 SQstore_ServiceAPI *
-provide_module_sqstore_mysql(CoreAPIForApplication * capi) {
+provide_module_sqstore_mysql_embedded(CoreAPIForApplication * capi) {
   static SQstore_ServiceAPI api;
   State_ServiceAPI * state;
   char * cnffile;
@@ -1501,7 +1501,7 @@
 /**
  * Shutdown the module.
  */
-void release_module_sqstore_mysql() {
+void release_module_sqstore_mysql_embedded() {
   State_ServiceAPI * state;
   iclose(dbh);
   FREE(dbh->cnffile);





reply via email to

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