MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1194 - Table 't' is marked as crashed and should be repaired
Query:
SELECT t.tid, t.dateline, p.edittime, t.subject, f.allowhtml, f.allowmycode, f.allowsmilies, f.allowimgcode, f.name, p.message, u.username, p.smilieoff, f.fid FROM mybb_threads t LEFT JOIN mybb_forums f ON (f.fid=t.fid) LEFT JOIN mybb_posts p ON (p.pid=t.firstpost) LEFT JOIN mybb_users u ON (u.uid=p.uid) WHERE t.visible=1 AND t.closed NOT LIKE 'moved|%' ORDER BY t.dateline DESC LIMIT 0, 20