
1030 Got error 28 from storage engine
in:
[select p.products_image, p.products_name, p.quantity_map, p.products_quantity, p.products_id,p.hero_shirts,p.products_model,date(p.products_date_added) as products_date_added, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, p.products_description, IF(p.specials_status = 'Special', p.specials_price, NULL) as specials_new_products_price, IF(p.specials_status ='Special', p.specials_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status,p.groupname_id_2 as groupname_id, p.size_id_2 as size_id from new_products p left join products_attributes pr ON p.products_id = pr.products_id where p.products_status = 1 and p.language_id = '1' and (p.products_to_categories like '%#3362#%') group by p.products_id order by p.products_sort_order,ISNULL(p.groupname_id_1 || p.groupname_id_2),ISNULL(p.size_id_1 || p.size_id_2),p.groupname_id_1, p.size_id_1,p.groupname_id_2, p.size_id_2 asc,p.products_id DESC limit 0, 48]
in:
[select p.products_image, p.products_name, p.quantity_map, p.products_quantity, p.products_id,p.hero_shirts,p.products_model,date(p.products_date_added) as products_date_added, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, p.products_description, IF(p.specials_status = 'Special', p.specials_price, NULL) as specials_new_products_price, IF(p.specials_status ='Special', p.specials_price, p.products_price) as final_price, p.products_sort_order, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status,p.groupname_id_2 as groupname_id, p.size_id_2 as size_id from new_products p left join products_attributes pr ON p.products_id = pr.products_id where p.products_status = 1 and p.language_id = '1' and (p.products_to_categories like '%#3362#%') group by p.products_id order by p.products_sort_order,ISNULL(p.groupname_id_1 || p.groupname_id_2),ISNULL(p.size_id_1 || p.size_id_2),p.groupname_id_1, p.size_id_1,p.groupname_id_2, p.size_id_2 asc,p.products_id DESC limit 0, 48]