Skip to content

Commit 7a2d821

Browse files
authored
Merge pull request #814 from MASTERGOKUL/master
Security recommendation version check bug - reg
2 parents d8fab2f + 767c7c8 commit 7a2d821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqltuner.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2141,7 +2141,7 @@ sub security_recommendations {
21412141
subheaderprint "Security Recommendations";
21422142

21432143
infoprint "$myvar{'version_comment'} - $myvar{'version'}";
2144-
if ( mysql_version_le(8.0) ) {
2144+
if ( mysql_version_ge(8.0) ) {
21452145
infoprint "Skipped due to unsupported feature for MySQL 8.0+";
21462146
return;
21472147
}

0 commit comments

Comments
 (0)