WordPress database error: [Table './lakeview_wrdp18/wp_posts' is marked as crashed and should be repaired]
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND 1 = 0 ORDER BY post_date DESC LIMIT 0, 1
WordPress database error: [Table './lakeview_wrdp18/wp_posts' is marked as crashed and should be repaired]
SELECT
DISTINCT posts.*,
CASE
WHEN posts.post_title REGEXP 'bankruptcy|disclosure|statement'
THEN 1
ELSE 0
END AS keyword_in_title,
MATCH ( posts.post_title, posts.post_content )
AGAINST ( 'bankruptcy disclosure statement' ) AS mysql_score
FROM
wp_posts as posts
LEFT JOIN wp_postmeta as postmeta
ON postmeta.post_id = posts.ID
WHERE
posts.post_date_gmt <= '2010-03-11 19:28:00'
AND ( posts.post_password = '' )
AND ( ( post_status = 'publish' AND ( post_type = 'post' OR ( post_type = 'page' AND postmeta.meta_value = 'article.php' ) ) ) )
AND ( posts.post_title REGEXP 'bankruptcy|disclosure|statement' OR posts.post_content REGEXP 'bankruptcy|disclosure|statement' )
GROUP BY
posts.ID
ORDER BY
keyword_in_title DESC, mysql_score DESC, posts.post_date DESC
LIMIT 0, 1