Failed to execute the SQL query

select i.title,  c.title, c.id, i.unread, i.url, i.author, i.description, c.icon,  if (i.pubdate is null, unix_timestamp(i.added), unix_timestamp(i.pubdate)) as ts,  i.pubdate is not null as ispubdate, i.id   from  item  i,  channels  c,  folders  f  where  i.cid = c.id and  f.id=c.parent and  !(c.mode & 8) and  !(i.unread & 8) and  !(i.unread & 4) and i.unread & 1 and  1=1  order by   ts desc, f.position asc, c.position asc , ts desc, i.id asc limit 0, 10

Error 1016: Can't open file: 'item.MYI' (errno: 145)