Re: Transaction Errors
From: Rudy Lippan (rlippan_at_remotelinux.com)
Date: 03/30/04
- Next message: Steve McClure: "subject"
- Previous message: Mike Blezien: "Transaction Errors"
- In reply to: Mike Blezien: "Transaction Errors"
- Next in thread: Mike Blezien: "Re: Transaction Errors"
- Reply: Mike Blezien: "Re: Transaction Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 30 Mar 2004 14:56:37 -0500 (EST) To: Mike Blezien <mickalo@frontiernet.net>
On Tue, 30 Mar 2004, Mike Blezien wrote:
> Hello,
>
> I keep getting this error when attempting to utilize a database that has Innodb
> tables, and using transactions. This is from a Perl/DBI script too:
>
> Error:
> Transactions not supported by database at module..... bla..bla
>
What version of DBD::mysql are you using?
>
> MySQL Version: 4.0.17-standard - Official MySQL-standard binary
> and it has innodb enabled, the autocommit is set to 1 on the inital 'connect',
> no errors, then when the transaction is executed, the autocommit is set to 0
> until the commit is called, of if an error occurs, the rollback is called.
>
> Is there something in the variables I can check to make sure transaction have
> been enabled for this particular database ??
>
You can use transactions with non-innodb tables, IIRC. You will just get
warnings on rollback.
Rudy
- Next message: Steve McClure: "subject"
- Previous message: Mike Blezien: "Transaction Errors"
- In reply to: Mike Blezien: "Transaction Errors"
- Next in thread: Mike Blezien: "Re: Transaction Errors"
- Reply: Mike Blezien: "Re: Transaction Errors"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|