- Affected version
- 2.0.10
The tables
xf_phrase_map and xf_template_map are repeatedly hit with delete statements using a where on the title which do not match any index.
Code:
alter table xf_phrase_map add index title (title);
alter table xf_template_map add index title (title);