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.
2 parents 31c671d + a64d104 commit ddf0f82Copy full SHA for ddf0f82
mysqltuner.pl
@@ -2844,7 +2844,7 @@ sub mysql_innodb {
2844
. hr_bytes( $enginestats{'InnoDB'} ) . "";
2845
}
2846
else {
2847
- badprint "InnoDB buffer pool / data size: "
+ badprint "InnoDB buffer pool / data size: "
2848
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/"
2849
2850
push( @adjvars,
@@ -3555,4 +3555,4 @@ =head1 COPYRIGHT AND LICENSE
3555
# indent-tabs-mode: t
3556
# cperl-indent-level: 8
3557
# perl-indent-level: 8
3558
-# End:
+# End:
0 commit comments