patch #3147400 [structure] Aria table size printed as unknown
This commit is contained in:
@@ -130,6 +130,8 @@
|
||||
- bug #3141327 [relation] Foreign key input options
|
||||
|
||||
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
|
||||
|
@@ -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']);
|
||||
|
Reference in New Issue
Block a user