Bug 595530 - Searching Places is slower after SQLite 3.7.x upgrade. Remove LENGTH check.

r=sdwilsh a=blocking
This commit is contained in:
Marco Bonardo 2010-10-21 02:27:07 +02:00
Родитель 3be92a2c5b
Коммит 001dbaf95e
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -299,7 +299,6 @@ namespace mozilla {
"JOIN moz_bookmarks t_t ON t_t.id = b_t.parent "
"WHERE b_t.fk = ") +
aRelation + NS_LITERAL_CSTRING(" "
"AND LENGTH(t_t.title) > 0 "
"AND t_t.parent = ") +
nsPrintfCString("%lld", aTagsFolder) + NS_LITERAL_CSTRING(" "
"ORDER BY t_t.title COLLATE NOCASE ASC "