View Issue Details

IDProjectCategoryView StatusLast Update
5266Composr alpha bug reportsGeneral / Uncategorisedpublic2023-02-12 16:19
ReporterPDStig Assigned ToChris Graham  
PrioritynormalSeverityminor 
Status resolvedResolutionfixed 
Summary5266: Database integrity check may need to be smarter about indexes
DescriptionI created a custom profile field with a paragraph of translatable/comcode text, and the database integrity check came up with the following:

ALTER TABLE cms11_f_member_custom_fields ADD FULLTEXT field_31 (field_31);

Likely the index was not added by Composr (I was able to manually add it myself) for performance reasons. The integrity check needs to be smarter about this because it will not check meta_indices when it returns these types of issues.
TagsNo tags attached.
Attach Tags
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-01 00:59 PDStig New Issue
2023-02-01 00:59 PDStig Status Not Assigned => Assigned
2023-02-01 00:59 PDStig Assigned To => Chris Graham
2023-02-12 16:19 Chris Graham Status Assigned => Resolved
2023-02-12 16:19 Chris Graham Resolution open => fixed
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised