]> git.wh0rd.org - tt-rss.git/commit
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)
commit7b3110c9c97346c7625fba81238d2119381e2247
tree001e46f8d99b0b1fcec50c6112b56eba8358d958
parent32ae0fc2a2c9909d753f649d87fda45a29e66362
Fix for testing filters getting stuck sometimes.

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.
include/functions2.php