慢查询一般都是这个
SELECT t.author, t.readperm, t.tid, t.subject, t.fid, t.views, t.replies, t.dateline, t.lastpost, p.message FROM `bbs`.`cdb_threads` t, `bbs`.`cdb_posts` p WHERE t.authorid='135818' AND t.displayorder>=0 AND p.tid=t.tid AND p.first=1 ORDER BY t.tid DESC LIMIT 0,10;
SELECT t.author, t.readperm, t.tid, t.subject, t.fid, t.views, t.replies, t.dateline, t.lastpost, p.message FROM `bbs`.`cdb_threads` t, `bbs`.`cdb_posts` p WHERE t.authorid='135818' AND t.displayorder>=0 AND p.tid=t.tid AND p.first=1 ORDER BY t.tid DESC LIMIT 0,10;