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

@@ -130,6 +130,8 @@
- bug #3141327 [relation] Foreign key input options - bug #3141327 [relation] Foreign key input options
3.3.10.0 (not yet released) 3.3.10.0 (not yet released)
- patch #3147400 [structure] Aria table size printed as unknown,
thanks to erickoh75 - erickoh75
3.3.9.0 (not yet released) 3.3.9.0 (not yet released)
- bug [doc] Fix references to MySQL doc - bug [doc] Fix references to MySQL doc

View File

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