Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
ab363605f9
@ -49,11 +49,9 @@ function PMA_getColumnOrder()
|
||||
'format' => 'byte',
|
||||
'footer' => 0,
|
||||
);
|
||||
$column_order['SCHEMA_DATA_FREE'] = array(
|
||||
'disp_name' => __('Overhead'),
|
||||
'format' => 'byte',
|
||||
'footer' => 0,
|
||||
);
|
||||
// At this point we were preparing the display of Overhead using DATA_FREE
|
||||
// but its content does not represent the real overhead in the case
|
||||
// of InnoDB
|
||||
|
||||
return $column_order;
|
||||
}
|
||||
|
||||
@ -90,11 +90,6 @@ class PMA_BuildHtmlForDb_Test extends PHPUnit_Framework_TestCase
|
||||
'disp_name' => __('Total'),
|
||||
'format' => 'byte',
|
||||
'footer' => 0
|
||||
),
|
||||
'SCHEMA_DATA_FREE' => array(
|
||||
'disp_name' => __('Overhead'),
|
||||
'format' => 'byte',
|
||||
'footer' => 0
|
||||
)
|
||||
),
|
||||
PMA_getColumnOrder()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user