Yeah I managed to log in fast enough to see the MySQL process list, and there was a query that has holding everything up. I'll have to figure out what that query is, I only got to see the first part of it:
SELECT postid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid
__________________
Uncertainty is an uncomfortable position.
But certainty is an absurd one.
|