RE: Lock wait timeout exceeded during concurrent inserts on an InnoDB table....

2006-02-20 Thread Ady Wicaksono
aksono [mailto:[EMAIL PROTECTED] > Sent: Monday, February 20, 2006 8:36 PM > To: Robert DiFalco > Cc: mysql@lists.mysql.com > Subject: Re: Lock wait timeout exceeded during concurrent inserts on an > InnoDB table > > Roberts > > How many concurreent inserts you'

RE: Lock wait timeout exceeded during concurrent inserts on an InnoDB table....

2006-02-20 Thread Robert DiFalco
t: Re: Lock wait timeout exceeded during concurrent inserts on an InnoDB table Roberts How many concurreent inserts you've done? What MySQL version you use? > Concurrent inserts (there also may be concurrent reads going on) are > intermittently causing: > > java.sql.S

Re: Lock wait timeout exceeded during concurrent inserts on an InnoDB table....

2006-02-20 Thread Ady Wicaksono
Roberts How many concurreent inserts you've done? What MySQL version you use? > Concurrent inserts (there also may be concurrent reads going on) are > intermittently causing: > > java.sql.SQLException: Lock wait timeout exceeded; try > restarting transaction > > I noticed that adding innod

Re: Lock wait timeout exceeded during concurrent inserts on an InnoDB table....

2006-02-20 Thread Heikki Tuuri
PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Monday, February 20, 2006 11:20 PM Subject: RE: Lock wait timeout exceeded during concurrent inserts on an InnoDB table Ok, I will do that during my next test run. But in the meantime, when I did it previously, it was oddly enough waiti

RE: Lock wait timeout exceeded during concurrent inserts on an InnoDB table....

2006-02-20 Thread Robert DiFalco
: mysql@lists.mysql.com Subject: Re: Lock wait timeout exceeded during concurrent inserts on an InnoDB table Robert, please post SHOW INNODB STATUS\G during such lock wait, so that we see what lock it is waiting for. Best regards, Heikki Oracle Corp./Innobase Oy InnoDB - transactions, row

Re: Lock wait timeout exceeded during concurrent inserts on an InnoDB table....

2006-02-20 Thread Heikki Tuuri
Robert, please post SHOW INNODB STATUS\G during such lock wait, so that we see what lock it is waiting for. Best regards, Heikki Oracle Corp./Innobase Oy InnoDB - transactions, row level locking, and foreign keys for MySQL InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up

Re: Lock wait timeout exceeded

2005-10-07 Thread Gleb Paharenko
ent: Tuesday, October 04, 2005 1:33 AM > To: mysql@lists.mysql.com > Subject: Re: Lock wait timeout exceeded > > Hello. > > > > >>Any ideas where to go with this? How can I find out which session is > > >>holding the lock and what lock it is?

RE: Lock wait timeout exceeded

2005-10-05 Thread Jonathan Stockley
t: Re: Lock wait timeout exceeded Hello. >Any ideas where to go with this? How can I find out which session is >holding the lock and what lock it is? SHOW INNODB STATUS and, probably, SHOW PROCESSLIST can give you some additional information about what's going on. Use: sho

Re: Lock wait timeout exceeded

2005-10-04 Thread SGreen
"Jonathan Stockley" <[EMAIL PROTECTED]> wrote on 10/03/2005 08:55:17 PM: > Hi, > > We're having a problem with "lock wait timeout exceeded" errors. We are > exclusively using innodb tables apart from the mysql database. The > problem seems to be with the way we are simulating sequences. > > >

Re: Lock wait timeout exceeded

2005-10-04 Thread Gleb Paharenko
Hello. >Any ideas where to go with this? How can I find out which session is >holding the lock and what lock it is? SHOW INNODB STATUS and, probably, SHOW PROCESSLIST can give you some additional information about what's going on. Use: show variables like 'tx_isolation'; to find out t

Re: "Lock wait timeout exceeded" Errors

2004-11-23 Thread Heikki Tuuri
Gabriele, http://dev.mysql.com/doc/mysql/en/Innodb_deadlocks.html " SET AUTOCOMMIT=0; LOCK TABLES t1 WRITE, t2 READ, ...; [do something with tables t1 and t2 here]; COMMIT; UNLOCK TABLES; " " In applications using AUTOCOMMIT=1 and MySQL's LOCK TABLES command, InnoDB's internal table locks that wer

RE: Lock wait timeout exceeded problem

2003-10-23 Thread Hess Yvan
to ~25'000 entries and a create or access this data during my tests. What is exactly the problem ? Regards. Yvan -Original Message- From: Egor Egorov [mailto:[EMAIL PROTECTED] Sent: lundi, 20. octobre 2003 15:03 To: [EMAIL PROTECTED] Subject: Re: Lock wait timeout exceeded prob

Re: Lock wait timeout exceeded problem

2003-10-20 Thread Egor Egorov
Hess Yvan <[EMAIL PROTECTED]> wrote: > I am doing a lot of inserts, updates and reads with big among of data into > longtext and longblob fields using JDBC driver and mysql 4.0.15 for Windows > with innodb tables. > After 1 hours of intensive working the database sent me a message "Lock wait > tim