From aa2c9cd5d60ae1b4e87036ec9579a7af3835bbbc Mon Sep 17 00:00:00 2001 From: Chirayu Chiripal Date: Thu, 15 May 2014 15:09:26 +0530 Subject: [PATCH] Bug fix #4414 table display of performance_schema DB structure Signed-off-by: Chirayu Chiripal --- libraries/structure.lib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php index 146e9778bf..a24f23e669 100644 --- a/libraries/structure.lib.php +++ b/libraries/structure.lib.php @@ -181,7 +181,7 @@ function PMA_getHtmlBodyForTableSummary($num_tables, $server_slave_status, if ($server_slave_status) { $html_output .= '' . __('Replication') . '' . "\n"; } - $html_output .= '' + $html_output .= '' . __('Sum') . ''; $html_output .= '' @@ -750,7 +750,7 @@ function PMA_tableHeader($db_is_system_schema = false, $replication = false) $cnt = 0; // Let's count the columns... if ($db_is_system_schema) { - $action_colspan = 3; + $action_colspan = 4; } else { $action_colspan = 7; }