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
<[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
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