Error SQL:
QUERY:
select osln_ru_cat.*,
COUNT(osln_ru_catalog_cat.id) AS Total,
COUNT(osln_ru_catalog.id) AS activetotal
from osln_ru_cat
LEFT JOIN osln_ru_catalog_cat ON osln_ru_catalog_cat.text_name = osln_ru_cat.id
LEFT JOIN osln_ru_catalog ON osln_ru_catalog_cat.parent = osln_ru_catalog.id and osln_ru_catalog.check_active=1
where osln_ru_cat.check2_show_in_all_city > 0
GROUP BY osln_ru_cat.id,osln_ru_cat.text_name
MYSQL Error:Error writing file '/tmp/MYfd=1604' (OS errno 28 - No space left on device)