select * from dict_word wd, dict_word_meaning wm, dict_meaning mn where (wm.word_id = wd.word_id and wm.meaning_id = mn.meaning_id) and (wd.word_id = 30080) order by word_type, word_name, meaning_group
Got error 28 from storage engine