File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2140,7 +2140,8 @@ sub system_recommendations {
2140
2140
sub security_recommendations {
2141
2141
subheaderprint " Security Recommendations" ;
2142
2142
2143
- if ( mysql_version_le(8.0.0) ) {
2143
+ infoprint " $myvar {'version_comment'} - $myvar {'version'}" ;
2144
+ if ( mysql_version_le(8.0) ) {
2144
2145
infoprint " Skipped due to unsupported feature for MySQL 8.0+" ;
2145
2146
return ;
2146
2147
}
@@ -2448,13 +2449,14 @@ sub validate_mysql_version {
2448
2449
2449
2450
prettyprint " " ;
2450
2451
2451
- if ( mysql_version_eq(9)
2452
+ if ( mysql_version_eq(9,1 )
2452
2453
or mysql_version_eq(8, 4)
2453
2454
or mysql_version_eq(8, 0)
2454
2455
or mysql_version_eq( 10, 5 )
2455
2456
or mysql_version_eq( 10, 6 )
2456
2457
or mysql_version_eq( 10, 11 )
2457
- or mysql_version_eq( 11, 4 ) )
2458
+ or mysql_version_eq( 11, 4 )
2459
+ or mysql_version_eq( 11, 6 ) )
2458
2460
{
2459
2461
goodprint " Currently running supported MySQL version "
2460
2462
. $myvar {' version' } . " " ;
You can’t perform that action at this time.
0 commit comments