projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f4d0cb
)
oracle plugin: Add lost udb_query_finish_result().
author
Pavel Rochnyack
<pavel2000@ngs.ru>
Wed, 11 May 2016 20:04:32 +0000
(
02:04
+0600)
committer
Pavel Rochnyack
<pavel2000@ngs.ru>
Thu, 24 May 2018 05:33:18 +0000
(12:33 +0700)
src/oracle.c
patch
|
blob
|
history
diff --git
a/src/oracle.c
b/src/oracle.c
index
c76bce2
..
38f08f2
100644
(file)
--- a/
src/oracle.c
+++ b/
src/oracle.c
@@
-583,6
+583,8
@@
static int o_read_database_query(o_database_t *db, /* {{{ */
}
} /* }}} while (42) */
+ udb_query_finish_result (q, prep_area);
+
/* DEBUG ("oracle plugin: o_read_database_query: This statement succeeded:
* %s", q->statement); */
FREE_ALL;