1028 - Sort aborted: Server shutdown in progress

select p.products_id,p.products_image, pd.products_name, products_date_available as date_expected from products p, products_description pd where to_days(products_date_available) >= to_days(now()) and p.products_id = pd.products_id and pd.language_id = '1' order by date_expected desc limit 10

[TEP STOP]

2006 - MySQL server has gone away

select count(*) as total from sessions where sesskey = '62d9uv7ao82f19954nbg3bhv90'

[TEP STOP]