Setting the Transaction Isolation Level : ISOLATION « Transaction « SQL / MySQL






Setting the Transaction Isolation Level

      

SET [GLOBAL | SESSION] TRANSACTION ISOLATION LEVEL {READ UNCOMMITTED | READ COMMITTED | REPEATABLE READ | SERIALIZABLE}

   
    
    
    
    
    
  

Related examples in the same category

1.Using the SET TRANSACTION Statement