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 abbbd192bf
commit a022d7aa59
2 changed files with 4 additions and 0 deletions

View File

@@ -6,6 +6,8 @@ $Id$
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $ $HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
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

@@ -199,6 +199,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']);