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 = '4' and p2c.categories_id IN(6579,6588,6558,6580,6556,6564,6598,6584,6586,6540,6607,6591,6603,6552,6567,6595,6597,6571,6566,6546,6578,6575,6570,6553,6554,6585,6593,6555,6576,6581,6539,6592,6602,6577,6596,6560,6563,6543,6610,6559,6574,6569,6551,6542,6541,6544,6549,6548,6589,6573,6565,6561,6557,6572,6606,6547,6562,6609,6587,6605,6545,6590,6582,6599,6600,6583,6608,6550,6601,6604,6594,6568)]