Failed to execute the SQL query

select  i.title,  c.title, c.id, i.unread, i.url, i.enclosure, i.author, i.description, c.icon,  unix_timestamp(ifnull(i.pubdate,i.added)) as ts,  i.pubdate is not null as ispubdate, i.id  , null  from  item  i  inner join  channels  c on (c.id = i.cid)  inner join  folders  f on (f.id = c.parent)  where  not(c.mode & 8) and  not(i.unread & 8) and  not(i.unread & 4) and ( i.cid = 26 or  i.cid = 27 or  i.cid = 28 or  i.cid = 29 or  i.cid = 30 or  i.cid = 31 or  i.cid = 33 or  i.cid = 38 or  i.cid = 37 or  i.cid = 39 or  i.cid = 40 or  i.cid = 42 or  i.cid = 41 or  i.cid = 48 or  i.cid = 43 or  i.cid = 44 or  i.cid = 45 or  i.cid = 46 or  i.cid = 47 or  i.cid = 50 or  i.cid = 51 or  i.cid = 52 or  i.cid = 53 or  i.cid = 55 or  1=0)  and  1=1  order by  ts desc, f.position asc, c.position asc , ts desc, i.id asc limit  0, 100

Error 126: Incorrect key file for table '/tmp/#sql_11b8_2.MYI'; try to repair it