mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
innodb.result:
We changed MySQL default isolation yesterday to REPEATABLE READ
This commit is contained in:
@ -988,7 +988,7 @@ BEGIN;
|
||||
SET SESSION TRANSACTION ISOLATION LEVEL SERIALIZABLE;
|
||||
SELECT @@tx_isolation,@@global.tx_isolation;
|
||||
@@tx_isolation @@global.tx_isolation
|
||||
SERIALIZABLE READ-COMMITTED
|
||||
SERIALIZABLE REPEATABLE-READ
|
||||
insert into t1 (code, name) values (1, 'Tim'), (1, 'Monty'), (2, 'David');
|
||||
select id, code, name from t1 order by id;
|
||||
id code name
|
||||
|
Reference in New Issue
Block a user