View Issue Details

IDProjectCategoryView StatusLast Update
0020427mantisbtadministrationpublic2016-06-12 00:43
Reporterdregad Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityN/A
Status closedResolutionfixed 
Target Version1.3.0-rc.2Fixed in Version1.3.0-rc.2 
Summary0020427: Admin checks should validate MySQL database default collation
Description

Currently, we perform the check for UTF-8 collation on tables and column, but not at DB level.

Consequently, future tables may have an incorrect collation if the default collation is not UTF-8 (MySQL defaults to 'latin1_swedish_ci').

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master 5348d790

2015-12-26 14:11

dregad


Details Diff
Admin check: fail if DB default collation is not UTF-8

Fixes 0020427
Affected Issues
0020427
mod - admin/check/check_database_inc.php Diff File