Skip to content

Commit 7ab537f

Browse files
committed
update endoflife of both mariadb and mysql releases
1 parent b929c03 commit 7ab537f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

mysqltuner.pl

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2561,14 +2561,12 @@ sub validate_mysql_version {
25612561

25622562
prettyprint " ";
25632563

2564-
if ( mysql_version_eq( 9, 1 )
2564+
if ( mysql_version_eq( 8, 0 )
25652565
or mysql_version_eq( 8, 4 )
2566-
or mysql_version_eq( 8, 0 )
2567-
or mysql_version_eq( 10, 5 )
2566+
or mysql_version_eq( 9, 4 )
25682567
or mysql_version_eq( 10, 6 )
25692568
or mysql_version_eq( 10, 11 )
25702569
or mysql_version_eq( 11, 4 )
2571-
or mysql_version_eq( 11, 6 )
25722570
or mysql_version_eq( 11, 8 ) )
25732571
{
25742572
goodprint "Currently running supported MySQL version "

0 commit comments

Comments
 (0)