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 a319543 commit 0696eb0Copy full SHA for 0696eb0
1 file changed
mysqltuner.pl
@@ -2554,7 +2554,8 @@ sub validate_mysql_version {
2554
or mysql_version_eq( 10, 6 )
2555
or mysql_version_eq( 10, 11 )
2556
or mysql_version_eq( 11, 4 )
2557
- or mysql_version_eq( 11, 6 ) )
+ or mysql_version_eq( 11, 6 )
2558
+ or mysql_version_eq( 11, 8 ) )
2559
{
2560
goodprint "Currently running supported MySQL version "
2561
. $myvar{'version'} . "";
0 commit comments