1021 - Disk full (/tmp/#sql-temptable-37bf-295a9-ae.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")

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]