Cacti / cacti

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

Fix INNODB Unset message on MariaDB #5637

Closed eduardomozart closed 8 months ago

eduardomozart commented 9 months ago

Similar to https://github.com/Cacti/cacti/issues/5030 The original scripts checks if MariaDB is 11 to not check if INNODB variable doesn't exists, but it was removed on 10.10 and not on 11 (as can be seen in https://github.com/Cacti/cacti/issues/5030 and https://serverfault.com/questions/1128160/removing-innodb-parameter-not-on-error-when-installing-%D0%A1a%D1%81ti). This fixes an issue that fixes the UNSET message on Cacti 1.1.25 on Windows All-in-One Beta installer.