patch #3147400 [structure] Aria table size printed as unknown

This commit is contained in:
erickoh75
2010-12-29 08:30:16 -05:00
committed by Marc Delisle
parent fc3c6cf13c
commit 3fc7fc55ee
2 changed files with 4 additions and 0 deletions

View File

@@ -144,6 +144,8 @@ foreach ($tables as $keyname => $each_table) {
case 'HEAP' :
case 'MEMORY' :
case 'ARCHIVE' :
case 'Aria' :
case 'Maria' :
if ($db_is_information_schema) {
$each_table['Rows'] = PMA_Table::countRecords($db,
$each_table['Name']);