dbi plugin: Removed excessive error reporting
authorPavel Rochnyack <pavel2000@ngs.ru>
Sat, 11 Aug 2018 19:47:15 +0000 (02:47 +0700)
committerPavel Rochnyack <pavel2000@ngs.ru>
Sat, 11 Aug 2018 19:47:15 +0000 (02:47 +0700)
Latest libdbi code sets BADIDX error when no more rows is
in 'dbi_result_next_row()' (similar to 'dbi_result_prev_row()'
and to match library documentation).

There is confusing errors in Collectd logs due to this change.
Added a 'dbi_result_has_next_row()' check to solve.

Closes: #2894


No differences found