commit
ddf0f82f6f
1 changed files with 2 additions and 2 deletions
|
@ -2844,7 +2844,7 @@ sub mysql_innodb {
|
||||||
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
badprint "InnoDB buffer pool / data size: "
|
badprint "InnoDB buffer pool / data size: "
|
||||||
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/"
|
. hr_bytes( $myvar{'innodb_buffer_pool_size'} ) . "/"
|
||||||
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
. hr_bytes( $enginestats{'InnoDB'} ) . "";
|
||||||
push( @adjvars,
|
push( @adjvars,
|
||||||
|
@ -3555,4 +3555,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
# indent-tabs-mode: t
|
# indent-tabs-mode: t
|
||||||
# cperl-indent-level: 8
|
# cperl-indent-level: 8
|
||||||
# perl-indent-level: 8
|
# perl-indent-level: 8
|
||||||
# End:
|
# End:
|
||||||
|
|
Loading…
Reference in a new issue