WordPress database error: [Got error 12 "Cannot allocate memory" from storage engine MyISAM]
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id)
WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (101)
) AND ((wp_posts.post_type = 'job_listing' AND (wp_posts.post_status = 'publish' OR wp_posts.post_status = 'hidden' OR wp_posts.post_status = 'expired' OR wp_posts.post_status = 'new' OR wp_posts.post_status = 'interviewed' OR wp_posts.post_status = 'offer' OR wp_posts.post_status = 'hired' OR wp_posts.post_status = 'rejected' OR wp_posts.post_status = 'archived')))
GROUP BY wp_posts.ID
ORDER BY wp_posts.post_date DESC
LIMIT 0, 10