Skip to content

Commit 3e3aa54

Browse files
authored
Remove duplicate mysql_version_eq check for 10.6
1 parent 5c15c71 commit 3e3aa54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mysqltuner.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2658,7 +2658,6 @@ sub validate_mysql_version {
26582658
or mysql_version_eq( 8, 4 )
26592659
or mysql_version_eq( 9, 5 )
26602660
or mysql_version_eq( 10, 6 )
2661-
or mysql_version_eq( 10, 6 )
26622661
or mysql_version_eq( 10, 11)
26632662
or mysql_version_eq( 11, 4 )
26642663
or mysql_version_eq( 11, 8 ) )

0 commit comments

Comments
 (0)