1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 12:05:55 +00:00

remove COUNTERS_MAX_AGE, add some optimization for counter queries (refs #464)

This commit is contained in:
Andrew Dolgov
2012-07-09 13:02:42 +04:00
parent 18f6961a65
commit 687bb90d27
4 changed files with 23 additions and 60 deletions

View File

@@ -864,8 +864,6 @@ class Feeds extends Protected_Handler {
else
$order_by_qpart = "title";
$age_qpart = getMaxAgeSubquery();
$query = "SELECT ttrss_feeds.id, ttrss_feeds.title,
".SUBSTRING_FOR_DATE."(last_updated,1,19) AS last_updated_noms,
cat_id,last_error,