Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-09-04 11:44:59 +02:00
commit ab363605f9
2 changed files with 3 additions and 10 deletions

View File

@ -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;
}

View File

@ -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()