MySQL Forums
Forum List  »  InnoDB

Re: Is a dirty read possible _without_ a transaction? (READ UNCOMMITTED)
Posted by: KimSeong Loh
Date: August 27, 2008 04:45PM

In InnoDB, a select that does not request for explicit locking or isolation level is not serializable does not require any locks.

You can change the isolation level if you want to.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Is a dirty read possible _without_ a transaction? (READ UNCOMMITTED)
2582
August 27, 2008 04:45PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.