diff --git a/ChangeLog b/ChangeLog index 231be08ca..06e519c48 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,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 85bc310f5..23fe15d15 100644 --- a/db_structure.php +++ b/db_structure.php @@ -215,6 +215,9 @@ foreach ($tables as $keyname => $each_table) { $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