Out of resources when opening file '/var/tmp/#sql_3079_5.MAI' (Errcode: 24)
SELECT
id_youtube,
title,
'youtube' as `page`,
small_html, description
FROM zzz_youtube b WHERE is_visible=1 union all SELECT
id_video,
title,
'video' as `page`,
small_html, description
FROM zzz_video b WHERE is_visible=1 order by RAND()