summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6c4ad41)
raw | patch | inline | side by side (parent: 6c4ad41)
author | Florian Forster <octo@collectd.org> | |
Tue, 16 Aug 2011 06:51:21 +0000 (08:51 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Tue, 16 Aug 2011 06:51:21 +0000 (08:51 +0200) |
src/mysql.c | patch | blob | history |
diff --git a/src/mysql.c b/src/mysql.c
index bfdbb76667aebc80d4a11f8a0714294b09cbdc94..69df7c708acce1c9f19a034cb2eb094590d46a02 100644 (file)
--- a/src/mysql.c
+++ b/src/mysql.c
if (res == NULL)
return (-1);
- mysql_num_fields (res);
while ((row = mysql_fetch_row (res)))
{
char *key;