SQL: SELECT DISTINCT p.authorid AS dotauthor, t.* FROM cdb_threads t LEFT JOIN cdb_posts p ON (t.tid=p.tid AND p.authorid='1')
WHERE t.fid='34' AND t.displayorder>=0
ORDER BY t.displayorder DESC, t.lastpost DESC
LIMIT 0, 20
Error: Table 'p' is marked as crashed and should be repaired
Errno.: 1194
Similar error report has beed dispatched to administrator before.