View Issue Details

IDProjectCategoryView StatusLast Update
0005266Composr alpha bug reports[All Projects] General / Uncategorisedpublic2023-02-12 16:19
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMinor-bug 
Status resolvedResolutionfixed 
Summary0005266: 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.
Sponsorship open

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2023-02-01 00:59 Patrick Schmalstig New Issue
2023-02-01 00:59 Patrick Schmalstig Status non-assigned => assigned
2023-02-01 00:59 Patrick Schmalstig 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