undefined variable
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2002-07-06 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* tbl_properties_structure.php3: undefined variable
|
||||||
|
|
||||||
2002-07-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
2002-07-05 Alexander M. Turek <rabus@users.sourceforge.net>
|
||||||
* header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
|
* header.inc.php3: Tried to fix bug #571409 (Zend Accelerator problems).
|
||||||
|
|
||||||
|
@@ -315,7 +315,7 @@ if ($cfg['ShowStats']) {
|
|||||||
list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
|
list($effect_size, $effect_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
|
||||||
}
|
}
|
||||||
list($tot_size, $tot_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
|
list($tot_size, $tot_unit) = PMA_formatByteDown($showtable['Data_length'] + $showtable['Index_length']);
|
||||||
if ($num_rows > 0) {
|
if ($table_info_num_rows > 0) {
|
||||||
list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1);
|
list($avg_size, $avg_unit) = PMA_formatByteDown(($showtable['Data_length'] + $showtable['Index_length']) / $showtable['Rows'], 6, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user