X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Foracle.c;h=3fe21254ab33f08391ec7c45c6c26216ec074816;hb=322088003195c6a0054a652f52a1a0683aebd75c;hp=7ab5a0c16b233243e2feb7d572e3211f605a5c77;hpb=f18c3057ac834fdc62246289659b6a9518a147f3;p=collectd.git diff --git a/src/oracle.c b/src/oracle.c index 7ab5a0c1..3fe21254 100644 --- a/src/oracle.c +++ b/src/oracle.c @@ -585,7 +585,8 @@ static int o_read_database_query (o_database_t *db, /* {{{ */ /* }}} End of the ``define'' stuff. */ status = udb_query_prepare_result (q, prep_area, hostname_g, - /* plugin = */ "oracle", db->name, column_names, column_num); + /* plugin = */ "oracle", db->name, column_names, column_num, + /* interval = */ -1); if (status != 0) { ERROR ("oracle plugin: o_read_database_query (%s, %s): "