Can transactions be used on any MySQL table type

From Fmepedia


Q) Can transactions be used on any table type?

A) No; only the InnoDB and BDB table types support transactions.

User Comments Add a new comment