SQL: SELECT attach.aid, attach.attachment, t.tid, t.fid, t.subject FROM [Table]attachments attach LEFT JOIN [Table]threads t ON t.tid=attach.tid WHERE attach.readperm=0 AND t.displayorder>=0 AND attach.isimage=1 AND t.fid IN(4) GROUP BY attach.tid ORDER BY rand() DESC LIMIT 0, 100
Error: Table './SCLUB_DISCUZ_1560/[Table]threads' is marked as crashed and last (automatic?) repair failed
Errno.: 144
Similar error report has been dispatched to administrator before.