2006 - MySQL server has gone away
select count(distinct p.products_id) as total from (products_description pd, products p, cache_products_path cpp) left join specials s on p.products_id = s.products_id left join categories c on c.categories_id = cpp.categories_id inner join products_ymm as py on (p.products_id=py.products_id) where (py.products_car_make='jeep') and (py.products_car_model='Grand Cherokee Wj-Wg' or py.products_car_model='') and p.products_id in (136550,136551,136552,136549,136548,136543,136544,136545,136546,136547) and c.categories_status = '1' and p.multi4x4 = '1' and p.products_status = '1' and p.products_master = '0' and p.products_id = cpp.products_id and pd.products_id = cpp.products_id and pd.language_id = '3' and cpp.categories_id = '6973'
[TEP STOP]