RE: transaction with MySQL

2002-04-17 Thread Roger Baklund
* Andrew Chan > Hi there, correct me if I am wrong. Only verion 4.x of MySQL supports > transaction. You are wrong. :) 3.23.*-max binaries support BDB and InnoDB tables, both support transactions. http://www.mysql.com/doc/B/D/BDB.html > http://www.mysql.com/doc/I/n/InnoDB.html > -- Roger --

RE: transaction with MySQL

2002-04-17 Thread Craig Vincent
> Hi there, correct me if I am wrong. Only verion 4.x of MySQL supports > transaction. If I remember correctly, BDB has transaction support and was released during 3.23 development. Sincerely, Craig Vincent - Before posting

Re: transaction with MySQL

2002-04-17 Thread Heikki Tuuri
Andrew, MySQL-Max-3.23 also supports transactions, and that is a stable release. Best regards, Heikki Tuuri Innobase Oy --- InnoDB - transactions, row level locking, and foreign key support for MySQL See http://www.innodb.com, download MySQL-Max from http://www.mysql.com - Original Message