WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 144)]
SELECT ID, COUNT( comment_ID ) AS ccount
FROM wp_posts
LEFT JOIN wp_comments ON ( comment_post_ID = ID AND comment_approved = '1')
WHERE ID IN (40)
GROUP BY ID
the blog of DC Drinking Liberally

As was expected, a huge turnout for Zack Exley. Interesting, impressive guy, as was Luke Bruce. A couple of key points that I came away with in the discussion of the Kerry campaign versus the Tony Blair campaign:
Does the DNC have a rapid response team? I’m guessing not. It’s hard to imagine anything more rapid than the criticisms of Dean by other Dems.
If anything, I’d say we’ve got a rapid circular firing squad.
WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 144)]
SELECT * FROM wp_comments WHERE comment_post_ID = '40' AND comment_approved = '1' ORDER BY comment_date
Subscribe to an announcement list (or more than one) so you’ll always know what’s going on:
WordPress database error: [Can't open file: 'wp_comments.MYI' (errno: 144)]
SELECT * FROM wp_comments LEFT JOIN wp_posts ON wp_posts.ID=wp_comments.comment_post_ID WHERE (post_status = 'publish' OR post_status = 'static') AND comment_approved= '1' AND post_password = '' AND comment_type = '' ORDER BY comment_date DESC LIMIT 10
39 queries. 0.728 seconds