Disable inefficient query warning (tracked in bug 482351)

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

View File

@ -7678,6 +7678,7 @@ nsNavHistory::GetDBInvalidFrecencies()
// only from moz_places since temp will be synched there sometimes.
// Notice that frecency is invalidated as frecency = -visit_count
nsresult rv = mDBConn->CreateStatement(NS_LITERAL_CSTRING(
"/* do not warn (bug 482351) */ "
"SELECT * FROM ( "
"SELECT id, visit_count, hidden, typed, frecency, url "
"FROM ( "