18 May 2012
Array
(
[class.db.inc:121] => Array
(
[0] =>
SELECT ci.album_id, ci.image as some_image, MAX(ci.`rate`) as `relevance`, ca.*
FROM clubs_album_image as ci
INNER JOIN clubs_album as ca
ON ca.id = ci.album_id AND ca.is_enabled = 1
WHERE 1=1 AND ca.added_date >= 1336508523
GROUP BY album_id
ORDER BY `relevance` DESC
LIMIT 4: Can't create/write to file '/tmp/#sql_7ec3_4.MYD' (Errcode: 17)
)
)

