Merge branch 'QA_4_4'
This commit is contained in:
commit
3d86f1ae41
@ -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
|
||||
|
||||
@ -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> '
|
||||
. '<span class="unit">' . $overhead_unit . '</span>'
|
||||
. '</a>' . "\n";
|
||||
$overhead_check .=
|
||||
|
||||
Loading…
Reference in New Issue
Block a user