patch #2358861 [navi] Row count tooltip wrong for information_schema
This commit is contained in:
@@ -288,6 +288,11 @@ foreach ($tables as $keyname => $each_table) {
|
||||
case 'ISAM' :
|
||||
case 'HEAP' :
|
||||
case 'MEMORY' :
|
||||
if ($db_is_information_schema) {
|
||||
$each_table['Rows'] = PMA_Table::countRecords($db,
|
||||
$each_table['Name'], $return = true);
|
||||
}
|
||||
|
||||
if ($is_show_stats) {
|
||||
$tblsize = doubleval($each_table['Data_length']) + doubleval($each_table['Index_length']);
|
||||
$sum_size += $tblsize;
|
||||
|
Reference in New Issue
Block a user