SERIALIZABLE

SERIALIZABLE is one of the transaction isolation levels. Similar to REPEATABLE READ, but InnoDB implicitly converts all plain SELECT statements to SELECT ... LOCK IN SHARE MODE if autocommit is disabled.

See SET TRANSACTION#Isolation Levels for details.

This page is licensed: CC BY-SA / Gnu FDL

Last updated

Was this helpful?