The branch, QA_3_3 has been updated
via a022d7aa59fbf910626bbebcd9617c95a6c5f5d8 (commit)
from abbbd192bfd054545d53600bcbc06be3bce7fbf1 (commit)
- Log -----------------------------------------------------------------
commit a022d7aa59fbf910626bbebcd9617c95a6c5f5d8
Author: erickoh75 <[email protected]>
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
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Phpmyadmin-git mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/phpmyadmin-git