Got error 28 from storage engine
SELECT DISTINCT
loc.id as id,
trad.name as name
FROM
P_city_locations loc,
P_city_locations_trad trad
WHERE
trad.lang_ID ='3'
AND
loc.id ='350'
AND
trad.P_city_locations_ID = loc.id
Warning: Unknown(): write failed: No space left on device (28) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0