Closed
Bug 595031
Opened 15 years ago
Closed 11 years ago
Remove redundant wiki_document_slug index
Categories
(support.mozilla.org :: Knowledge Base Software, task, P4)
support.mozilla.org
Knowledge Base Software
Tracking
(Not tracked)
RESOLVED
WONTFIX
Future
People
(Reporter: erik, Unassigned)
Details
Remove INDEX `wiki_document_slug` ON `wiki_document, which is redundant with index `slug`:
CREATE INDEX `wiki_document_slug` ON `wiki_document` (`slug`);
CREATE UNIQUE INDEX `slug` ON `wiki_document` (`slug`,`locale`);
MySQL can use prefixes of indexes.
Updated•15 years ago
|
Priority: P2 → P4
Updated•15 years ago
|
Component: Questions → Knowledge Base Software
QA Contact: questions → kb-software
Updated•14 years ago
|
Target Milestone: 2.3 → Future
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•