Skip to content

Commit

Permalink
Security recommendation version check bug - reg
Browse files Browse the repository at this point in the history
  • Loading branch information
MASTERGOKUL authored Jan 9, 2025
1 parent d8fab2f commit 767c7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -2141,7 +2141,7 @@ sub security_recommendations {
subheaderprint "Security Recommendations";

infoprint "$myvar{'version_comment'} - $myvar{'version'}";
if ( mysql_version_le(8.0) ) {
if ( mysql_version_ge(8.0) ) {
infoprint "Skipped due to unsupported feature for MySQL 8.0+";
return;
}
Expand Down

0 comments on commit 767c7c8

Please sign in to comment.