3 - Error writing file '/tmp/MYfd=2991' (OS errno 28 - No space left on device)
select distinct p.items_per_pack, p.products_model, p.products_price1, p.products_price2, p.products_price3, p.products_price1_qty, p.products_price2_qty, p.products_price3_qty, p.products_qty_blocks, pd.products_short_description,p.products_image, p.products_quantity, p.products_id, pd.products_name, p.products_price, p.products_tax_class_id, 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 from products p left join specials s on p.products_id = s.products_id, products_description pd, categories c, products_to_categories p2c, categories_description cd where p.products_status = '1' and p.idea_product='0' and p.products_id = pd.products_id and pd.language_id = '1' and p.products_id = p2c.products_id and c.categories_id = cd.categories_id and p2c.categories_id = c.categories_id order by p.products_model limit 2120, 20
[TEP STOP]