0) {
?>
|
3 && $tbl_type != "INNODB" && isset($showtable)) {
// Gets some sizes
if (isset($showtable['Type']) && $showtable['Type']=="MRG_MyISAM") $mergetable=true;
list($data_size, $data_unit) = format_byte_down($showtable['Data_length']);
if (!isset($mergetable)) list($index_size, $index_unit) = format_byte_down($showtable['Index_length']);
if (isset($showtable['Data_free']) && $showtable['Data_free'] > 0) {
list($free_size, $free_unit) = format_byte_down($showtable['Data_free']);
}
list($effect_size, $effect_unit) = format_byte_down($showtable['Data_length'] + $showtable['Index_length'] - $showtable['Data_free']);
list($tot_size, $tot_unit) = format_byte_down($showtable['Data_length'] + $showtable['Index_length']);
if (isset($showtable['Rows']) && $showtable['Rows']>0) {
list($avg_size, $avg_unit) = format_byte_down(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1);
}
// Displays them
if ($index_count > 0) {
echo ' | ' . "\n";
}
?>
|
|
|
|
'
: ' ';
echo "\n";
?>
|
|
'
: ' ';
echo "\n";
?>
|
|
0) {
echo (++$i%2)
? ' '
: ' ';
echo "\n";
?>
ø |
|
0 && !isset($mergetable)) {
echo (++$i%2)
? ' '
: ' ';
echo "\n";
?>
ø |
|
'
: ' ';
echo "\n";
?>
Autoindex |
|
|