Re: Serious MySQL internal deadlock

2001-02-02 Thread Andreas Steinmetz
On 01-Feb-2001 Sinisa Milivojevic wrote: > > HI! > > Most probably processes are waiting for the slave to get updated. > > To circumvent the problem, you should : > > - use our binary (if possible) > > - avoid LOCK TABLES, which truly is necessary only in some rare cases > > > > Regards,

Re: Serious MySQL internal deadlock

2001-02-01 Thread Andreas Steinmetz
On 01-Feb-2001 Sinisa Milivojevic wrote: > > HI! > > Most probably processes are waiting for the slave to get updated. > > To circumvent the problem, you should : > > - use our binary (if possible) > > - avoid LOCK TABLES, which truly is necessary only in some rare cases > > > > Regards,

Re: Serious MySQL internal deadlock

2001-02-01 Thread Sinisa Milivojevic
Andreas Steinmetz writes: > It seems that MySQL 3.23.32 has an internal deadlock problem, causing the > database to stop responding. > > Situation: > > 6 processes (each on a different system) connect to a mysql database and insert > various system data into a set of MyISAM tables. Each p