Query:
SELECT c.category_id, c.name, c.slug, c.description, c.total_videos, ct.name, ct.description
FROM video_categories AS c
LEFT JOIN video_categories_translations AS ct ON (ct.category_id = c.category_id AND ct.lang_id = 1)
WHERE c.orientation IN (1)
ORDER BY ct.name ASC
Error Message: Disk full (/tmp/#sql_7b3_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device") Error Number: 1021