At 10:04 -0400 4/10/02, Brad Phinney wrote: >Hello all .. > >If I am using a MySQL table type that supports transactions >(InnoDB), will the DBI calls support transactions as well (the DBD >specification for MySQL says it does not support transactions, but I >dont think they had InnoDB tables in mind).
Yes. Although you should have a recent enough version of DBD::mysql. I believe you need DBD::mysql at least as recent as 1.2216. (This is the first version in which transaction support is mentioned in the ChangeLog file.) Oddly, "perldoc DBD::mysql" says you need 2.0416, but I don't know what's up with that -- I don't think there has every been a version with that number?
