Long Wedding Cheongsam

2006 - MySQL server has gone away

select count(distinct p.products_id) as total from products_description pd, products p left join specials s on p.products_id = s.products_id left join products_to_manufacturers ptm on ptm.products_id = p.products_id left join products_to_manufacturers ptm1 on ptm1.products_id = p.products_id left join products_to_manufacturers ptm2 on ptm2.products_id = p.products_id ,categories_description cd,products_to_categories p2c where p.products_status = '1' and ptm.manufacturers_id = 42 and ptm1.manufacturers_id in (59) and ptm2.manufacturers_id in (42) and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and cd.categories_id = p2c.categories_id and pd.language_id = '1' and (p2c.categories_id=93 )

[TEP STOP]