Merge branch 'QA_4_4'

This commit is contained in:
Marc Delisle 2015-04-28 08:41:48 -04:00
commit 3d86f1ae41
2 changed files with 2 additions and 1 deletions

View File

@ -29,6 +29,7 @@ phpMyAdmin - ChangeLog
+ rfe #1661 Support checksum table
4.4.5.0 (not yet released)
- bug Table overhead stats: missing space before the unit
4.4.4.0 (2015-04-26)
- bug #4863 Edit vs Change

View File

@ -181,7 +181,7 @@ foreach ($tables as $keyname => $current_table) {
if ($formatted_overhead != '') {
$overhead = '<a href="tbl_structure.php'
. $tbl_url_query . '#showusage">'
. '<span>' . $formatted_overhead . '</span>'
. '<span>' . $formatted_overhead . '</span>&nbsp;'
. '<span class="unit">' . $overhead_unit . '</span>'
. '</a>' . "\n";
$overhead_check .=