Cacti / cacti

Cacti ™
http://www.cacti.net
GNU General Public License v2.0
1.6k stars 398 forks source link

Update Cacti with current MariaDB features #5621

Closed HQuest closed 6 months ago

HQuest commented 6 months ago

While deploying or tuning Cacti, one of the checks is against MariaDB existence of InnoDB (have_innodb). However this value was removed since MariaDB v10.0. The recommendation is to use alternate ways of querying (show engines;), but I'm uncertain if InnoDB can be disabled at all.

TheWitness commented 6 months ago

This has been fixed in the pending 1.2.26 release already. Thanks for the issue log though.