We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f1509 commit c5efa9dCopy full SHA for c5efa9d
mysqltuner.pl
@@ -6598,7 +6598,7 @@ sub mysql_innodb {
6598
# InnoDB Log File Size / InnoDB Redo Log Capacity Recommendations
6599
# For MySQL < 8.0.30, the recommendation is based on innodb_log_file_size and innodb_log_files_in_group.
6600
# For MySQL >= 8.0.30, innodb_redo_log_capacity replaces the old system.
6601
- if ( mysql_version_ge( 8, 0, 30 ) ) {
+ if ( mysql_version_ge( 8, 0, 30 ) && defined $myvar{'innodb_redo_log_capacity'} ) {
6602
# New recommendation logic for MySQL >= 8.0.30
6603
infoprint "InnoDB Redo Log Capacity is set to " . hr_bytes($myvar{'innodb_redo_log_capacity'});
6604
0 commit comments