]> git.wh0rd.org - tt-rss.git/commitdiff
Fix for testing filters getting stuck sometimes.
authorBram Schoenmakers <me@bramschoenmakers.nl>
Thu, 19 Jun 2014 08:29:48 +0000 (10:29 +0200)
committerBram Schoenmakers <me@bramschoenmakers.nl>
Thu, 19 Jun 2014 08:29:48 +0000 (10:29 +0200)
Sometimes when testing a filter the database becomes unresponsive, stuck
in a long query.

Solution: properly join ttrss_entries and ttrss_user_entries instead of
working with their carthesian product.


No differences found