"Delete query" not able to be completed

Posted by mingyeow on Server Fault See other posts from Server Fault or by mingyeow
Published on 2010-05-15T18:00:17Z Indexed on 2010/05/15 18:06 UTC
Read the original article Hit count: 415

Filed under:
|
|

I have a very simple mysql script that is running. But it hangs, and runs forever without finishing. What are possible reasons, and how can I resolve them?

delete from guid_target_infos where type_id = 1 and updated_at < '2010-03-14' limit 1

© Server Fault or respective owner

Related posts about mysql

Related posts about delete