projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa70f40
)
mysql plugin: Use a different define to determine if the read functionality should...
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 28 Aug 2007 13:18:27 +0000
(15:18 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 28 Aug 2007 13:18:27 +0000
(15:18 +0200)
src/mysql.c
patch
|
blob
|
history
diff --git
a/src/mysql.c
b/src/mysql.c
index
fccaedb
..
9014e5f
100644
(file)
--- a/
src/mysql.c
+++ b/
src/mysql.c
@@
-28,7
+28,7
@@
#include <mysql/mysql.h>
#endif
-#if
COLLECT_LIBMYSQL
+#if
HAVE_LIBMYSQLCLIENT
# define MYSQL_HAVE_READ 1
#else
# define MYSQL_HAVE_READ 0