MantisBT: master-1.2.x 18e38217

Author Committer Branch Timestamp Parent
dhx dhx master-1.2.x 2010-08-12 09:29 master-1.2.x afd5c450
Affected Issues  0012033: check.php tests views if they are utf8 like tables
Changeset

Fix 0012033: admin/check utility treats MySQL views like tables

The function test_database_utf8() checks the Collation field of the
"SHOW TABLE STATUS" statement for every table. This will fail on views
as written on
http://dev.mysql.com/doc/refman/5.5/en/show-table-status.html quote "For
views, all the fields displayed by SHOW TABLE STATUS are NULL except
that Name indicates the view name and Comment says view."

mod - admin/check.php Diff File