'Lock wait timeout exceeded' with MyISAM tables

2015-05-08 Thread Larry Martell
I just upgraded a server from 5.1 to 5.5. Our tables are all MyISAM. I have a python script that inserts rows to a table, in 5.1 it worked fine. In 5.5 it's failing with 'Lock wait timeout exceeded'. I google this, and it seems that all the cases of people getting that were with Inn

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 >

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
up MyISAM tables http://www.innodb.com/order.php - Original Message - From: ""Robert DiFalco"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Monday, February 20, 2006 8:00 PM Subject: Lock wait timeout exceeded during concurrent i

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

2006-02-20 Thread Robert DiFalco
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 innodb_table_locks=0 in my.ini fixes the problem. Looking through the manual however, this

Re: Lock wait timeout exceeded

2005-10-07 Thread Gleb Paharenko
evel. See: > > http://dev.mysql.com/doc/mysql/en/InnoDB_Monitor.html > > http://dev.mysql.com/doc/mysql/en/show-processlist.html > > > > > > "Jonathan Stockley" <[EMAIL PROTECTED]> wrote: > > >>Hi, > >

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

Re: Lock wait timeout exceeded

2005-10-04 Thread Gleb Paharenko
#x27;; to find out the transaction isolation level. See: http://dev.mysql.com/doc/mysql/en/InnoDB_Monitor.html http://dev.mysql.com/doc/mysql/en/show-processlist.html "Jonathan Stockley" <[EMAIL PROTECTED]> wrote: >Hi, > >We're having a probl

Lock wait timeout exceeded

2005-10-03 Thread Jonathan Stockley
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. There is a table called SEQUENCES defined as follows: CREATE TABL

Re: "Lock wait timeout exceeded" Errors

2004-11-23 Thread Heikki Tuuri
ot backup tool for InnoDB which also backs up MyISAM tables http://www.innodb.com/order.php Order MySQL technical support from https://order.mysql.com/ - Original Message - From: ""Mr. Gabriele Somthing"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Tu

"Lock wait timeout exceeded" Errors

2004-11-22 Thread Mr. Gabriele Somthing
sting). 4) Thread A terminates the query with a "Lock wait timeout exceeded" error. 5) Thread B goes on its merry way. NOTES: 1) NO OTHER THREADS are locking any of the tables in question or even have access to the databases in question 2) The THREAD WITH THE LOCK is the one that HAS

RE: Innodb Message "Lock wait timeout exceeded; Try restarting transaction"

2004-09-13 Thread Tucker, Gabriel
cause when it happened originally. -Original Message- From: Dathan Vance Pattishall [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 2:49 PM To: Tucker, Gabriel; 'Mysql General (E-mail)' Subject: RE: Innodb Message "Lock wait timeout exceeded; Try restarting tran

RE: Innodb Message "Lock wait timeout exceeded; Try restarting transaction"

2004-09-13 Thread Dathan Vance Pattishall
t; To: Mysql General (E-mail) > Subject: Innodb Message "Lock wait timeout exceeded; Try restarting > transaction" > > Hello All > > V4.0.16 on Sun Sparc 5.8 > Innodb_lock_wait_timeout = 50. > > A application using jboss got this error a few days ago. The

Innodb Message "Lock wait timeout exceeded; Try restarting transaction"

2004-09-13 Thread Tucker, Gabriel
Hello All V4.0.16 on Sun Sparc 5.8 Innodb_lock_wait_timeout = 50. A application using jboss got this error a few days ago. The SQL being used, AFAIK, was a simple delete from table where date = {date}. I am trying to determine why this happened. Searching back in the MySQL lists archives, I

ERROR 1205: Lock wait timeout exceeded; Try restarting transaction

2004-02-02 Thread Mike Mapsnac
I did similar insert minutes ago with no problems. Now I try to do the same insert just with differnet parameters and got such error message. insert into users(first_name, last_name) values('john', 'smith'); ERROR 1205: Lock wait timeout exceeded; Try restarting transaction

#1205 - Lock wait timeout exceeded; Try restarting transaction

2004-01-21 Thread Bruno Rodrigues Silva
I am using tables INNODB. After one query, the MySQL does not liberate the LOCK, and when I try to execute same query it appears the message. #1205 - Lock wait timeout exceeded; Try restarting transaction whait urgently one helps. thanks, Bruno -- MySQL General Mailing List For list

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

Lock wait timeout exceeded problem

2003-10-17 Thread Hess Yvan
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 timeout exceeded; Try restarting transaction

Re: debuggine 1205 / LOCK wait timeout exceeded errors

2003-06-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-04 17:11:19 +0300: > Roman, > > looks like your application fails to commit this transaction: > > " > 030604 13:52:21 INNODB MONITOR OUTPUT > ... > LIST OF TRANSACTIONS FOR EACH SESSION: > ---TRANSACTION 0 407759, ACTIVE 2090 sec, OS thread id 10251 > 10 lock struct(

Re: debuggine 1205 / LOCK wait timeout exceeded errors

2003-06-05 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-06-04 17:11:19 +0300: > Roman, > > looks like your application fails to commit this transaction: > > " > 030604 13:52:21 INNODB MONITOR OUTPUT > ... > LIST OF TRANSACTIONS FOR EACH SESSION: > ---TRANSACTION 0 407759, ACTIVE 2090 sec, OS thread id 10251 > 10 lock struct(

Re: debuggine 1205 / LOCK wait timeout exceeded errors

2003-06-05 Thread Heikki Tuuri
t; <[EMAIL PROTECTED]> To: "Heikki Tuuri" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, June 04, 2003 3:44 PM Subject: Re: debuggine 1205 / LOCK wait timeout exceeded errors > # [EMAIL PROTECTED] / 2003-06-03 22:59:47 +0300: > > you can use SHOW

Re: debuggine 1205 / LOCK wait timeout exceeded errors

2003-06-04 Thread Roman Neuhauser
stopped the server and started it again, turned on the innodb_lock_monitor, and had a hard time getting it to deadlock. After some time, it finaly issued the LOCK wait timeout exceeded error. I have the error log with innodb_lock_monitor messages, and the query log. Bot

Re: debuggine 1205 / LOCK wait timeout exceeded errors

2003-06-04 Thread Heikki Tuuri
support from https://order.mysql.com/ - Original Message - From: "Roman Neuhauser" <[EMAIL PROTECTED]> Newsgroups: mailing.database.mysql Sent: Tuesday, June 03, 2003 7:51 PM Subject: debuggine 1205 / LOCK wait timeout exceeded errors > Hi there, > > I have a

debuggine 1205 / LOCK wait timeout exceeded errors

2003-06-04 Thread Roman Neuhauser
webed 19 Query DELETE FROM acl_access WHERE objtype = 128 AND objid = 4 Here the server emitted 1205. DELETE FROM acl_access WHERE objtype = 128 AND objid = 4 [nativecode = 1205 * * LOCK wait timeout exceeded; Try r

InnoDB: Lock wait timeout exceeded from all programs after errorand backout

2002-07-24 Thread Charley Collins
Hi! Do anybody can help me? Every time a program has an error and did his backout, all other programs get an "Lock wait timeout" if they do an update. Allways I have to restart the database to get back the access for the programs. The programm with the error did his backout completely! We use

Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread John Kemp
is > that I thought Heikki was suggesting that we need to supply the > BEGIN/COMMIT for a single command even if autocommit was on, in order to > not get the error "Lock wait timeout exceeded; Try restarting > transaction". If that's the case, that would indicate that Mysql

Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread Heikki Tuuri
suggesting that we need to supply the BEGIN/COMMIT for a single command even if autocommit was on, in order to not get the error "Lock wait timeout exceeded; Try restarting transaction". If that's the case, that would indicate that Mysql behaviour would be different to what I would exp

Re: InnoDB : Lock wait timeout exceeded; Try restarting transacti on

2002-01-09 Thread John Kemp
n order to not get the error "Lock wait timeout exceeded; Try restarting transaction". If that's the case, that would indicate that Mysql behaviour would be different to what I would expect. With auto-commit ON, and no explicit "LOCK TABLES' mentioned, I would not e

RE: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread Weaver, Walt
ss, of course, autocommit is on. --Walt Weaver Bozeman, Montana -Original Message- From: John Kemp [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 09, 2002 1:40 PM To: Heikki Tuuri Cc: [EMAIL PROTECTED] Subject: Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread Heikki Tuuri
:38 PM Subject: Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction >Heikki, > >Hmm. That's interesting. So if you do a single command, say > >INSERT INTO Table1 (X, Y, Z) VALUES ( A, B, C) ; > >You actually need to write (I'm not sure of the exact transa

Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread John Kemp
re you using? I could not figure out why Innodb would think the > table was locked, other than if someone specifically said 'LOCK TABLE' > in a query, which wasn't the case. > > Any thoughts? > > John > > > > Sam Lam wrote: > > >>I recen

Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread Heikki Tuuri
than if someone specifically said 'LOCK TABLE' in a query, which wasn't the case. Any thoughts? John Sam Lam wrote: > I recently switched to InnoDB & persistent connections from PHP. > > Lately I've been getting these errors "Lock wait timeout exceeded; Try

Re: InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread John Kemp
? John Sam Lam wrote: > I recently switched to InnoDB & persistent connections from PHP. > > Lately I've been getting these errors "Lock wait timeout exceeded; Try > restarting transaction" on an UPDATE on table. The system is in > development so there is at mos

InnoDB : Lock wait timeout exceeded; Try restarting transaction

2002-01-09 Thread Sam Lam
I recently switched to InnoDB & persistent connections from PHP. Lately I've been getting these errors "Lock wait timeout exceeded; Try restarting transaction" on an UPDATE on table. The system is in development so there is at most one other user ( a back end Perl script).