aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/datastore/plugin_datastore_mysql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index dd0e52f40..98c6c4ab3 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -191,7 +191,7 @@
191 " ORDER BY expire DESC,vkey DESC LIMIT 1)"\ 191 " ORDER BY expire DESC,vkey DESC LIMIT 1)"\
192 "ORDER BY expire DESC,vkey DESC LIMIT 1" 192 "ORDER BY expire DESC,vkey DESC LIMIT 1"
193 193
194// #define SELECT_SIZE "SELECT sum(size) FROM gn090" 194// #define SELECT_SIZE "SELECT SUM(BIT_LENGTH(value) DIV 8) FROM gn072"
195 195
196 196
197struct GNUNET_MysqlStatementHandle 197struct GNUNET_MysqlStatementHandle