]> git.ipfire.org Git - thirdparty/collectd.git/commit
mysql: Compatibility with MariaDB >= 10.5 3548/head
authorSelf-Perfection <alexander.s.m+git@gmail.com>
Sat, 29 Aug 2020 19:46:21 +0000 (22:46 +0300)
committerSelf-Perfection <alexander.s.m+git@gmail.com>
Sat, 29 Aug 2020 19:46:21 +0000 (22:46 +0300)
commit43ebfa5830c8552421d0e926676620f3b1bcfc5c
treebb99ca0b2f5d9aedcc74a5c5441ca79cd8069852
parentbb5cfbc736e51f7820f856853344c230782434a6
mysql: Compatibility with MariaDB >= 10.5

In MariaDB 10.5 information_schema.innodb_metrics was cleaned:
https://github.com/MariaDB/server/commit/d09aec7a15ab4be539d2b110742af544fa6b139f

String column 'status' was replaced with boolean column 'enabled'.

Therefore we need to modify request for fetching data from that table.

Fixes #3533
src/mysql.c