1030 - Got error 28 from storage engine
select c.categories_id, c.parent_id, c.categories_image, cd.categories_name, cd.categories_description, cd.categories_seo_description, cd.categories_seo_title from categories c, categories_description cd where c.categories_id = cd.categories_id and cd.language_id = '1' order by c.parent_id,
CASE WHEN c.parent_id NOT IN (0, 30, 32, 31, 21, 28, 41, 409, 367, 361, 359, 364, 430, 437) THEN cd.categories_name END ,
c.sort_order
[TEP STOP]