rfe #2129902 [structure] Do not hide indexes
This commit is contained in:
@@ -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
|
||||
|
@@ -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) {
|
||||
<br />
|
||||
<?php
|
||||
}
|
||||
echo '<div id="tablestatistics">' . "\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 '<div class="clearfloat"></div>' . "\n";
|
||||
echo '</div>' . "\n";
|
||||
echo '</div>' . "\n";
|
||||
|
||||
/**
|
||||
* Displays the footer
|
||||
|
Reference in New Issue
Block a user