Patch: Failed INSERT DELAYED blocks future INSERTs in 3.23.32

2001-03-08 Thread Michael Widenius
Hi! > "Lance" == Lance Lovette <[EMAIL PROTECTED]> writes: Lance> If I INSERT DELAYED into a table with an auto_increment column and specify a Lance> value of NULL for that column, the query fails. This is to be expected. Lance> After this failure however, normal INSERT queries start piling

Re: Failed INSERT DELAYED blocks future INSERTs in 3.23.32

2001-03-08 Thread Sinisa Milivojevic
Lance Lovette writes: > If I INSERT DELAYED into a table with an auto_increment column and specify a > value of NULL for that column, the query fails. This is to be expected. > After this failure however, normal INSERT queries start piling up in the > 'Locked' state and remain there indefinite

Failed INSERT DELAYED blocks future INSERTs in 3.23.32

2001-03-07 Thread Lance Lovette
If I INSERT DELAYED into a table with an auto_increment column and specify a value of NULL for that column, the query fails. This is to be expected. After this failure however, normal INSERT queries start piling up in the 'Locked' state and remain there indefinitely. The only way to get things bac