[Phpmyadmin-git] [SCM] phpMyAdmin branch, master, updated. RELEASE_3_4_0BETA1-1322-g3fc7fc5

The branch, master has been updated via 3fc7fc55ee2085cd93525f13bb01acbff13af863 (commit) from fc3c6cf13cacc125dd314a387b773907216ab11a (commit) - Log ----------------------------------------------------------------- commit 3fc7fc55ee2085cd93525f13bb01acbff13af863 Author: erickoh75 <erickoh75@users.sourceforge.net> Date: Wed Dec 29 08:30:16 2010 -0500 patch #3147400 [structure] Aria table size printed as unknown ----------------------------------------------------------------------- Summary of changes: ChangeLog | 2 ++ db_structure.php | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index da67ab5..c8736d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 diff --git a/db_structure.php b/db_structure.php index 416e1cc..0004d37 100644 --- a/db_structure.php +++ b/db_structure.php @@ -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']); hooks/post-receive -- phpMyAdmin
participants (1)
-
Marc Delisle