1030 Got error 28 from storage engine
in:
[select distinct p.products_image, p.products_name, p.products_quantity, p.products_id, p.products_type, p.master_categories_id, p.products_price, p.products_tax_class_id, p.products_description, specials_new_products_price, IF(specials_new_products_price>0, p.specials_new_products_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 from products p , products_to_categories p2c where p.products_id = p2c.products_id and p2c.categories_id = '0' and p.products_status = 1 order by p.products_last_modified desc]