Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Foellmann <foellmann@foe-services.de>2014-12-30 14:37:26 +0300
committerChristian Foellmann <foellmann@foe-services.de>2014-12-30 14:37:26 +0300
commitf3a2bbe4d8241664dbb92def1b413b616bfab1fd (patch)
tree9835ee787ff8edcb73f38a85e840580db3ca5a5c /libraries/structure.lib.php
parent2bfb20e57418ebf396149782be9f98e868fe8608 (diff)
UPDATE 4.3.44.3.4
Diffstat (limited to 'libraries/structure.lib.php')
-rw-r--r--libraries/structure.lib.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/structure.lib.php b/libraries/structure.lib.php
index 1fd098b7c3..100440935e 100644
--- a/libraries/structure.lib.php
+++ b/libraries/structure.lib.php
@@ -2262,6 +2262,13 @@ function PMA_getHtmlForDisplayTableStats($showtable, $table_info_num_rows,
);
}
+ if (empty($showtable['Data_length'])) {
+ $showtable['Data_length'] = 0;
+ }
+ if (empty($showtable['Index_length'])) {
+ $showtable['Index_length'] = 0;
+ }
+
$is_innodb = (isset($showtable['Type']) && $showtable['Type'] == 'InnoDB');
// Gets some sizes