1317 - Query execution was interrupted
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='mitsubishi') and (py.products_car_model='L200 II' or py.products_car_model='') and ((py.products_car_year_bof <= '1994' and py.products_car_year_eof >= '1994') or (py.products_car_year_bof=0 and py.products_car_year_eof=0)) and p.manufacturers_id = '118' and p.products_id in (136322,136323,136324,136325,136326,136327,136328,136329,136330,136331,136332,136336,136337,136340,136342,136345,136347,136349) 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]