Re: InnoDB Deadlock cannot find free slot for undo

2004-04-06 Thread Heikki Tuuri
Bryan, - Original Message - From: ""Bryan Heitman"" <[EMAIL PROTECTED]> Newsgroups: mailing.database.myodbc Sent: Thursday, April 01, 2004 1:53 AM Subject: InnoDB Deadlock cannot find free slot for undo > Looking for some help on tuning my InnoDB settings. I received a InnoDB > deadloc

Re: InnoDB Deadlock cannot find free slot for undo

2004-04-01 Thread Bryan Heitman
<[EMAIL PROTECTED]> Sent: Thursday, April 01, 2004 12:15 AM Subject: RE: InnoDB Deadlock cannot find free slot for undo > Did you run out of disk space? If not what transaction model are you using? > Is it repeatable read? If so, are you allowing the transaction to finish > with a comm

RE: InnoDB Deadlock cannot find free slot for undo

2004-03-31 Thread Dathan Vance Pattishall
Did you run out of disk space? If not what transaction model are you using? Is it repeatable read? If so, are you allowing the transaction to finish with a commit? If not your filling your transaction log and that's how your getting this message. Call commit on the session OR SET AUTOCOMMIT=1 on co