patch #3147400 [structure] Aria table size printed as unknown
This commit is contained in:
@@ -6,6 +6,8 @@ $Id$
|
||||
$HeadURL: https://phpmyadmin.svn.sourceforge.net/svnroot/phpmyadmin/trunk/phpMyAdmin/ChangeLog $
|
||||
|
||||
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)
|
||||
- bug [doc] Fix references to MySQL doc
|
||||
|
@@ -199,6 +199,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']);
|
||||
|
Reference in New Issue
Block a user