English Castellano french portuguese Italian 
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_year_bof <= '2012' and py.products_car_year_eof >= '2012') or (py.products_car_year_bof=0 and py.products_car_year_eof=0)) and p.manufacturers_id = '130' and p.products_id in (123512,123514,123516,123518,123520,123522,123524,99217,99219,124159,124161,124165,147700,137283,141033,141035,141037,147678,140423,140425,140428,140434,140945,140436,140438,140952,140943,140721,148063,148155,147680,147685,147686) 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 = '7255'

[TEP STOP]