Skip to content

Commit 319c4d5

Browse files
jmrenouardCopilot
andauthored
Update mysqltuner.pl
Co-authored-by: Copilot <[email protected]>
1 parent c8e5472 commit 319c4d5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mysqltuner.pl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2566,9 +2566,6 @@ sub validate_mysql_version {
25662566
or mysql_version_eq( 10, 5 )
25672567
or mysql_version_eq( 10, 6 )
25682568
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 )
25722569
or mysql_version_eq( 11, 4 ) )
25732570
{
25742571
goodprint "Currently running supported MySQL version "

0 commit comments

Comments
 (0)