Got error 28 from storage engine

select
whats_new.*

from
whats_new

where
subcategory_id != 999
AND status != 'disabled'

order by
RAND()

limit 0,1