diff --git a/ChangeLog b/ChangeLog
index 71e435157..1ff958fe9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2883633 [export] Export of InnoDB table is incomplete
+ rfe #2862575 [status] Order query statistics by % desc, skip rows with 0
+ rfe #2823686 [interface] Increase default height of query window
++ rfe #2129902 [structure] Don't hide indexes
3.2.4.0 (not yet released)
- bug [engines] Innodb_buffer_pool_pages_latched no longer returned in status
diff --git a/tbl_structure.php b/tbl_structure.php
index 4f8510b43..750fbdc39 100644
--- a/tbl_structure.php
+++ b/tbl_structure.php
@@ -562,7 +562,6 @@ if ($fields_cnt > 20) {
/**
* Displays indexes
*/
-PMA_generate_slider_effect('tablestatistics_indexes', $strDetails);
if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) {
/**
@@ -591,7 +590,8 @@ if (! $tbl_is_view && ! $db_is_information_schema && 'ARCHIVE' != $tbl_type) {
' . "\n";
+
+PMA_generate_slider_effect('tablestatistics', $strDetails);
/**
* Displays Space usage and row statistics
@@ -826,8 +826,6 @@ if ($cfg['ShowStats']) {
require './libraries/tbl_triggers.lib.php';
echo '