1030 Got error 28 from storage engine
in:
[select distinct p.products_id, p.products_type, p.master_categories_id, p.manufacturers_id, p.products_price, p.products_tax_class_id, pd.products_description, IF(s.status = 1, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status =1, s.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 zen_products_description pd, zen_products p left join zen_manufacturers m on p.manufacturers_id = m.manufacturers_id, zen_products_to_categories p2c left join zen_specials s on p2c.products_id = s.products_id where p.products_status = 1 and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '5' and p2c.categories_id IN(6036,6035,6057,6063,6025,6028,6044,6061,6052,6037,6045,6029,6041,6040,6026,6065,6064,6050,6066,6048,6039,6062,6042,6053,6060,6058,6046,6056,6047,6051,6067,6068,6043,6027,6059,6054,6038,6030,6032,6055,6034,6033,6031,6049)]