Disable inefficient query warning (tracked in bug 482353)

rs=dietrich
This commit is contained in:
Shawn Wilsher 2009-03-20 17:02:23 -04:00
parent 94d2e49103
commit 43f3187b5b

View File

@ -236,6 +236,7 @@ nsNavBookmarks::InitStatements()
// This is a LEFT OUTER JOIN with moz_places since folders does not have
// a reference into that table.
rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
"/* do not warn (bug 482353) */ "
"SELECT * FROM ( "
"SELECT h.id, h.url, COALESCE(b.title, h.title), "
"h.rev_host, h.visit_count, "