WordPress database error: [Error writing file '/tmp/MYfd=4087' (OS errno 28 - No space left on device)]
WITH `ordering` AS (SELECT ROW_NUMBER() OVER (ORDER BY `post_modified_gmt`) AS n, post_modified_gmt
FROM `ezwp_posts` USE INDEX ( `type_status_date` )
WHERE `post_status` IN ('publish')
AND `post_type` = 'detail'
ORDER BY `post_modified_gmt`)
SELECT `post_modified_gmt`
FROM `ordering`
WHERE MOD(n, 1000) = 0;
WordPress database error: [Error writing file '/tmp/MYfd=4107' (OS errno 28 - No space left on device)]SELECT SQL_CALC_FOUND_ROWS ezwp_posts.ID
FROM ezwp_posts LEFT JOIN ezwp_term_relationships ON (ezwp_posts.ID = ezwp_term_relationships.object_id)
WHERE 1=1 AND (
ezwp_term_relationships.term_taxonomy_id IN (11,15,17,18,19,22,23,24,25,26,27,28,29,30,32,33,35,36,37,38,39,40,41,42,43,44,45,46,48,49,50,51,52,53,54,55,56,57,59,60,61,62,63,64,65,66,67,68)
) AND ((ezwp_posts.post_type = 'detail' AND (ezwp_posts.post_status = 'publish' OR ezwp_posts.post_status = 'acf-disabled')))
GROUP BY ezwp_posts.ID
ORDER BY ezwp_posts.post_modified DESC
LIMIT 0, 1