diff --git a/ChangeLog b/ChangeLog index 4831034063..6f42f53411 100644 --- a/ChangeLog +++ b/ChangeLog @@ -20,6 +20,7 @@ phpMyAdmin - ChangeLog - bug #3780 Allow aborting loading pages - bug #4223 Database list: Create database misses collation column - bug #4224 Empty table names when a table is "inuse" +- bug #4225 Partition maintenance broken 4.1.4.0 (2014-01-07) - bug #3840 (additional fix) When exporting to gzip format, the data is compressed 2 times diff --git a/libraries/operations.lib.php b/libraries/operations.lib.php index 8fd0cacb46..ba328a9f8c 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -1339,8 +1339,8 @@ function PMA_getHtmlForPartitionMaintenance($partition_names, $url_params) $html_output .= '' . '
' . '' . '';