Paolo,
Friday, March 01, 2002, 4:58:54 PM, you wrote:
PC> Hello,
PC> can MySQL manage transactions?
PC> Someone said me no. Is it true?
MySQL has transaction-safe tables, such as InnoDB and BDB. InnoDB and BDB
tables are supported in MySQL-max.
Take a look at the following links where you will f
* Paolo Cavicchini
> can MySQL manage transactions?
> Someone said me no. Is it true?
Yes and no... this depends on the version of mysql and the used table
handler: MyISAM is the default table handler, and it does not support
transactions. InnoDB and BDB are two other table handlers, they _do_ su
Hello,
can MySQL manage transactions?
Someone said me no. Is it true?
Thank you
Paolo
-
Before posting, please check:
http://www.mysql.com/manual.php (the manual)
http://lists.mysql.com/ (the list archive)
To