зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1318650 - Searching Places views by url became extremely slow. r=adw
MozReview-Commit-ID: 67SztEKHCn --HG-- extra : rebase_source : 88d3df60f89110bbe73a955ba525c145e4bdea81
This commit is contained in:
Родитель
e35099c12e
Коммит
a9ba5c6a15
|
@ -3261,7 +3261,8 @@ nsNavHistory::QueryToSelectClause(nsNavHistoryQuery* aQuery, // const
|
|||
|
||||
// URI
|
||||
if (NS_SUCCEEDED(aQuery->GetHasUri(&hasIt)) && hasIt) {
|
||||
clause.Condition("h.url =").Param(":uri");
|
||||
clause.Condition("h.url_hash = hash(").Param(":uri").Str(")")
|
||||
.Condition("h.url =").Param(":uri");
|
||||
}
|
||||
|
||||
// annotation
|
||||
|
|
Загрузка…
Ссылка в новой задаче