SELECT a.* , city_id FROM articles as a LEFT JOIN source_city as sci ON a.source_id=sci.source_id WHERE 1 = 1 AND sci.city_id IN ('1') GROUP BY a.id ORDER BY addition_date DESC LIMIT 0, 20 [nativecode=145 ** Table './wiadomosci_rss/articles' is marked as crashed and should be repaired]
FileLineFunction
/home/wiadomosci-rss/public_html/app/mapper/Article.php147query()
/home/wiadomosci-rss/public_html/app/controller/ArticleSearchEngine.php167findBySearchCriteria()
/home/wiadomosci-rss/public_html/app/section/City.php38performSearch()
/home/wiadomosci-rss/public_html/app/section/City.php17initSearchEngine()
/home/wiadomosci-rss/public_html/libs/PMF/section/SectionFactory.php59__construct()
/home/wiadomosci-rss/public_html/index.php36getSection()