gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r12487 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r12487 - gnunet/src/datastore
Date: Fri, 6 Aug 2010 14:18:26 +0200

Author: grothoff
Date: 2010-08-06 14:18:26 +0200 (Fri, 06 Aug 2010)
New Revision: 12487

Modified:
   gnunet/src/datastore/plugin_datastore_mysql.c
Log:
size

Modified: gnunet/src/datastore/plugin_datastore_mysql.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_mysql.c       2010-08-06 12:13:02 UTC 
(rev 12486)
+++ gnunet/src/datastore/plugin_datastore_mysql.c       2010-08-06 12:18:26 UTC 
(rev 12487)
@@ -191,7 +191,7 @@
                                   " ORDER BY expire DESC,vkey DESC LIMIT 1)"\
                                   "ORDER BY expire DESC,vkey DESC LIMIT 1"
 
-// #define SELECT_SIZE "SELECT sum(size) FROM gn090"
+// #define SELECT_SIZE "SELECT SUM(BIT_LENGTH(value) DIV 8) FROM gn072"
 
 
 struct GNUNET_MysqlStatementHandle




reply via email to

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