Navigation Menu

Skip to content

Commit

Permalink
bug #2363919 [display] Incorrect size for view
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Nov 30, 2008
1 parent 3428cd3 commit ff500df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -17,6 +17,7 @@ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyA
- bug #2355923 [core] do not use ctype if it is not available
- bug #2356433 [display] HeaderFlipType "fake" problems,
thanks to Michal Biniek
- bug #2363919 [display] Incorrect size for view

3.1.0.0 (2008-11-28)
+ [auth] Support for Swekey hardware authentication,
Expand Down
3 changes: 3 additions & 0 deletions db_structure.php
Expand Up @@ -214,6 +214,9 @@ function PMA_TableHeader($db_is_information_schema = false)
$table_encoded = urlencode($each_table['TABLE_NAME']);
// Sets parameters for links
$tbl_url_query = $url_query . '&table=' . $table_encoded;
// do not list the previous table's size info for a view
$formatted_size = '-';
$unit = '';

switch ( $each_table['ENGINE']) {
// MyISAM, ISAM or Heap table: Row count, data size and index size
Expand Down

0 comments on commit ff500df

Please sign in to comment.