diff --git a/tbl_structure.php b/tbl_structure.php index 15cb2ec6de..6944c69911 100644 --- a/tbl_structure.php +++ b/tbl_structure.php @@ -734,7 +734,7 @@ if ($cfg['ShowStats']) { $mergetable = PMA_Table::isMerge($GLOBALS['db'], $GLOBALS['table']); // this is to display for example 261.2 MiB instead of 268k KiB - $max_digits = 5; + $max_digits = 3; $decimals = 1; list($data_size, $data_unit) = PMA_formatByteDown($showtable['Data_length'], $max_digits, $decimals); if ($mergetable == false) {