Database Error; SQL: SELECT
DISTINCT
`t`.*
FROM `wp_pods_concerti_event_date` AS `t`
INNER JOIN wp_pods_concerti_venue AS concerti_venue ON concerti_venue.title = t.location_title AND concerti_venue.city = t.location_city
WHERE ( (start_date > '2019-12-10' OR ( start_date = '2019-12-10' AND ( start_time IS NULL OR start_time >= '06:15'))) )
ORDER BY start_date ASC, start_time ASC, `t`.`id`, `t`.`id`
LIMIT 0, 20; Response: Disk full (/tmp/#sql_21e_0.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")