MariaDB-10.1 EOL, MariaDB-10.5 is GA

This commit is contained in:
Daniel Black 2020-12-08 15:25:59 +11:00
parent de4b145e96
commit 6f966dee45

View file

@ -1997,8 +1997,8 @@ sub validate_mysql_version {
$mysqlvermicro ||= 0;
if ( mysql_version_eq(8) or mysql_version_eq(5, 6) or mysql_version_eq(5, 7)
or mysql_version_eq(10, 1) or mysql_version_eq(10, 2) or mysql_version_eq(10, 3)
or mysql_version_eq(10, 4) )
or mysql_version_eq(10, 2) or mysql_version_eq(10, 3) or mysql_version_eq(10, 4)
or mysql_version_eq(10, 5) )
{
goodprint "Currently running supported MySQL version " . $myvar{'version'} . "";
return;