= __('Format'); ?> |
= __('static'); ?> |
= __('dynamic'); ?> |
= $showtable['Row_format']; ?> |
= __('Options'); ?> |
= __('partitioned'); ?> |
= $showtable['Create_options']; ?> |
= __('Collation'); ?> |
= $tbl_collation; ?>
|
= __('Rows'); ?> |
= PMA\libraries\Util::formatNumber($showtable['Rows'], 0); ?> |
0
): ?>
= __('Row length'); ?> |
= $avg_row_length_value , ' ' , $avg_row_length_unit; ?> |
0
&& $mergetable == false): ?>
= __('Row size'); ?> |
= $avg_size , ' ' , $avg_unit; ?> |
= __('Next autoindex'); ?> |
= PMA\libraries\Util::formatNumber($showtable['Auto_increment'], 0); ?> |
= __('Creation'); ?> |
= PMA\libraries\Util::localisedDate(strtotime($showtable['Create_time'])); ?> |
= __('Last update'); ?> |
= PMA\libraries\Util::localisedDate(strtotime($showtable['Update_time'])); ?> |
= __('Last check'); ?> |
= PMA\libraries\Util::localisedDate(strtotime($showtable['Check_time'])); ?> |