MantisBT: master a6e6fb6d

Author Committer Branch Timestamp Parent
dhx dhx master 2010-08-12 09:29 master e71dfde5
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/check_database_inc.php Diff File