Adds and updates tests for 8.0 yum distros, I looked at adding 8.0 debian, but 8.0 was installing mysql-systemd-start script under /usr/share/mysql/8.0 and didn't want to include too many changes here.
Modifies v56plus and v57plus methods to use Gem::Version
[x] New functionality has been documented in the README if applicable -
Couple questions:
Should I update the README with which platforms have been tested with Test Kitchen? And not sure if I should add a DCO to any commits (maybe the vplus methods?) since the init_records_script modification was authored by someone else. Thanks!
Description
mysql-systemd-start
script under/usr/share/mysql/8.0
and didn't want to include too many changes here.v56plus
andv57plus
methods to useGem::Version
init_records_script
to set the root password usingALTER USER
for 5.7+, from https://github.com/sous-chefs/mysql/pull/518 and the issue linked below.Issues Resolved
Fixes https://github.com/sous-chefs/mysql/issues/410 closes #518
584
Check List
Couple questions:
Should I update the README with which platforms have been tested with Test Kitchen? And not sure if I should add a DCO to any commits (maybe the vplus methods?) since the init_records_script modification was authored by someone else. Thanks!