From e90abd547729b91b7249155bd683e2c6e18e7fb2 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Thu, 9 Jan 2014 17:13:28 +0530 Subject: [PATCH] bug #4225 Partition maintenance broken Signed-off-by: Madhura Jayaratne --- ChangeLog | 1 + libraries/operations.lib.php | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 059c0abd84..f6711d663e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,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 c570b61690..a47ae51b18 100644 --- a/libraries/operations.lib.php +++ b/libraries/operations.lib.php @@ -1339,8 +1339,8 @@ function PMA_getHtmlForPartitionMaintenance($partition_names, $url_params) $html_output .= '' . '
' - . '' + . '' + . '' . '
' . '' . '';