SQL: SELECT t.tid, t.closed, f.*, ff.* , f.fid AS fid
FROM [Table]threads t
INNER JOIN [Table]forums f ON f.fid=t.fid
LEFT JOIN [Table]forumfields ff ON ff.fid=f.fid
WHERE t.tid='8828' AND t.displayorder>='0' LIMIT 1
Error: Table '.\zhyxbbs\[Table]threads' is marked as crashed and should be repaired
Errno.: 145
Similar error report has beed dispatched to administrator before.