BMDan / tuning-primer.sh

MySQL Tuning-Primer.sh, updated and improved
GNU General Public License v2.0
497 stars 116 forks source link

InnoDB detection fails for 5.7 and above #3

Closed kzalewski closed 6 years ago

kzalewski commented 7 years ago

This script needs a simple update to handle InnoDB detection for MySQL 5.7 and above. The current logic does not look for 5.7, and therefore sets innodb_enabled to 0 instead of 1.

BMDan commented 6 years ago

Thanks for the report!

Fixed in https://github.com/BMDan/tuning-primer.sh/commit/651ad169633404ef3cd9e2b1a233f6c3ff6d7f1f .