Hello,

I am having some troubles with INSERT DELAYED statement... even when there
are NO pending select, update or delete statements (I can see at the SHOW
PROCESSLIST query) , still it keeps waiting...

This is the info of the delayed process that doesn't want to execute:

db: antrophi
command: delayed_insert
time: 277099
state: waiting on cond
info: game3_msg (this is the table that needs to be altered by the insert
statement)

ALL the other queries have the Sleep command, so I assume it is safe to
execute the insert statement, but it doesn't... anyone know what's causing
this and how to fix it?

Thanks in advance,

Leon Mergen
[EMAIL PROTECTED]
BlazeBox, Inc.
ICQ: 55677353


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to