[Phpmyadmin-git] [SCM] phpMyAdmin branch, QA_3_3, updated. RELEASE_3_3_8-26-ga022d7a

Marc Delisle lem9 at users.sourceforge.net
Wed Dec 29 14:33:26 CET 2010


The branch, QA_3_3 has been updated
       via  a022d7aa59fbf910626bbebcd9617c95a6c5f5d8 (commit)
      from  abbbd192bfd054545d53600bcbc06be3bce7fbf1 (commit)


- Log -----------------------------------------------------------------
commit a022d7aa59fbf910626bbebcd9617c95a6c5f5d8
Author: erickoh75 <erickoh75 at 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 450f59a..761e423 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/db_structure.php b/db_structure.php
index 7e5d70f..898bea8 100644
--- a/db_structure.php
+++ b/db_structure.php
@@ -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']);


hooks/post-receive
-- 
phpMyAdmin




More information about the Git mailing list