Re: mysql deadlock situation - possible bug

2001-09-07 Thread Michael Widenius
Hi! > "Sinisa" == Sinisa Milivojevic <[EMAIL PROTECTED]> writes: Sinisa> Aaron Brick writes: >> good day - >> >> i have found cases in which the daemon blocks waiting on a select() and >> just plain refuses to process certain queries. since i am reading in a 60 >> meg file, meaning about 3

Re: mysql deadlock situation - possible bug

2001-09-07 Thread Sinisa Milivojevic
Aaron Brick writes: > good day - > > i have found cases in which the daemon blocks waiting on a select() and > just plain refuses to process certain queries. since i am reading in a 60 > meg file, meaning about 3.5 million queries, this consistently happens > somewhere in the middle. i am using 3

Re: mysql deadlock situation - possible bug

2001-09-06 Thread Jeremy Zawodny
On Thu, Sep 06, 2001 at 04:35:57PM -0700, Aaron Brick wrote: > good day - > > i have found cases in which the daemon blocks waiting on a select() and > just plain refuses to process certain queries. since i am reading in a 60 > meg file, meaning about 3.5 million queries, this consistently happen

mysql deadlock situation - possible bug

2001-09-06 Thread Aaron Brick
good day - i have found cases in which the daemon blocks waiting on a select() and just plain refuses to process certain queries. since i am reading in a 60 meg file, meaning about 3.5 million queries, this consistently happens somewhere in the middle. i am using 3.23.41. restarting the server o