Remove the index on Channels.DisplayName. (#8530)

As outlined in [this
discussion](https://pre-release.mattermost.com/core/pl/uw5bwmkb6irkbkn6pk9rkzpytr),
this index causes issues with MySQL's query planner, leading to full
table scans in a case where it would have made more sense to leverage a
filesort.
Этот коммит содержится в:
Jesse Hallam
2018-03-28 12:22:55 -04:00
коммит произвёл Christopher Speller
родитель 1ccad749f1
Коммит 9c9a9ade12
3 изменённых файлов: 25 добавлений и 5 удалений

Просмотреть файл

@@ -9,11 +9,13 @@ import (
"strings"
)
// This is a list of all the current viersions including any patches.
// It should be maitained in chronological order with most current
// This is a list of all the current versions including any patches.
// It should be maintained in chronological order with most current
// release at the front of the list.
var versions = []string{
"4.8.1",
"4.8.0",
"4.7.2",
"4.7.1",
"4.7.0",
"4.6.0",