1021 - Disk full (/tmp/#sql-temptable-173c-1f8f812-eed10b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

select distinct p.products_id, pd.products_description, p.products_image, p.products_price, p.products_tax_class_id, pd.products_name, p.products_date_added, p.products_ordered, p.products_last_modified, s.specials_new_products_price, s.status from products p left join specials s on p.products_id = s.products_id, products_description pd where p.products_status = '1' and p.products_ordered > 0 and p.products_id = pd.products_id and pd.language_id = '1' order by p.products_ordered desc, pd.products_name limit 6

[TEP STOP]