SQL ERROR: SELECT distinct bp.banner_id,b.text_ru as text
FROM `zp_baners_to_places` bp
JOIN `zp_baners_place` p ON p.id='100' and p.published=1
JOIN `zp_baners_to_products` btp ON btp.banner_id = bp.banner_id and btp.product_id = '596249'
JOIN zp_baners b ON b.id=bp.banner_id and b.published=1
WHERE bp.place_id = 100
Disk full (/tmp/#sql-temptable-46b-286f77e-9664b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")