1053 - Server shutdown in progress

select p.*, pd.*, IF(s.status, s.specials_new_products_price, NULL) as specials_new_products_price, IF(s.status, s.specials_new_products_price, p.products_price) as final_price, p.products_quantity as in_stock, if(s.status, 1, 0) as is_special from products_description pd, products p left join specials s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = pd.products_id and pd.language_id = '1' order by products_date_added desc limit 10

[TEP STOP]

2006 - MySQL server has gone away

select 1 from sessions where sesskey = '8af690ece5612810d0d2a9e289b3332c'

[TEP STOP]