View Issue Details

IDProjectCategoryView StatusLast Update
0016968mantisbtdb mysqlpublic2014-12-08 02:08
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version1.3.0dev 
Target Version1.3.0-beta.1 
Summary0016968: Admin checks (database) fail for mysqli
Description

The database checks fails with numerous system notice errors like

SYSTEM NOTICE: Undefined index: Comment
Raised in file /path/to/mantisbt/admin/check/check_database_inc.php on line 362

TagsNo tags attached.

Relationships

related to 0016941 closeddregad Change default db type from mysql to mysqli 

Activities

There are no notes attached to this issue.

Related Changesets

MantisBT: master a21a6782

2014-02-14 00:29

dregad


Details Diff
Fix admin checks for mysqli table and field collation

The mysqli driver returns field names in lowercase for SHOW TABLE STATUS
whereas mysql uses an uppercase first letter.

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