Home / News
Application
News
1030 - Got error 28 from storage engine
SELECT a.articles_id,a.news_images,a.clicks,ad.articles_name,ad.articles_introduction,date_format(a.articles_date_added,'%b,%d,%Y') date from articles a, articles_to_topics a2t, topics t, topics_description td, articles_description ad where a2t.topics_id = td.topics_id and t.topics_id = td.topics_id and t.topics_type = 2 and (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' and td.language_id = '1' and t.topics_id in (select topics_id from topics where topics_type=2) order by a.articles_date_added desc limit 0, 6
[TEP STOP]
SELECT a.articles_id,a.news_images,a.clicks,ad.articles_name,ad.articles_introduction,date_format(a.articles_date_added,'%b,%d,%Y') date from articles a, articles_to_topics a2t, topics t, topics_description td, articles_description ad where a2t.topics_id = td.topics_id and t.topics_id = td.topics_id and t.topics_type = 2 and (a.articles_date_available IS NULL or to_days(a.articles_date_available) <= to_days(now())) and a.articles_id = a2t.articles_id and a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' and td.language_id = '1' and t.topics_id in (select topics_id from topics where topics_type=2) order by a.articles_date_added desc limit 0, 6
[TEP STOP]