We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e5472 commit 319c4d5Copy full SHA for 319c4d5
mysqltuner.pl
@@ -2566,9 +2566,6 @@ sub validate_mysql_version {
2566
or mysql_version_eq( 10, 5 )
2567
or mysql_version_eq( 10, 6 )
2568
or mysql_version_eq( 10, 11 )
2569
- or mysql_version_eq( 11, 0 )
2570
- or mysql_version_eq( 11, 1 )
2571
- or mysql_version_eq( 11, 2 )
2572
or mysql_version_eq( 11, 4 ) )
2573
{
2574
goodprint "Currently running supported MySQL version "
0 commit comments