Got error 28 from storage engine: select vid_id,vid_link,vid_title,vid_author,vid_view,vid_small,vid_big
from (hot join video on hot_oid=vid_id)
join subgenre on hot_gen=subgen_id
where subgen_genre=1 and hot_status=1 and vid_status=1 and hot_type=1
group by vid_link
order by hot_time desc limit 0,5




