1.

An Mysql 5.6 Perform Acid Transactions?

Answer»

Yes. All current MySQL versions support TRANSACTIONS. The InnoDB STORAGE engine offers full ACID transactions with row-level locking, multi-versioning, nonlocking repeatable reads, and all four SQL STANDARD ISOLATION levels.

The NDB storage engine supports the READ COMMITTED transaction isolation level only.

Yes. All current MySQL versions support transactions. The InnoDB storage engine offers full ACID transactions with row-level locking, multi-versioning, nonlocking repeatable reads, and all four SQL standard isolation levels.

The NDB storage engine supports the READ COMMITTED transaction isolation level only.



Discussion

No Comment Found