diff --git a/ChangeLog b/ChangeLog index 2c7f34db5e1d..c0937b85d3ad 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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, diff --git a/db_structure.php b/db_structure.php index 72b1d6ec8949..c0c1e6da90ac 100644 --- a/db_structure.php +++ b/db_structure.php @@ -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