mirror of
https://github.com/MariaDB/server.git
synced 2025-11-01 11:26:11 +01:00
From the very beginning, the default InnoDB transaction isolation level
REPEATABLE READ does not correspond to any well formed definition.
The main issue is the lack of write/write conflict detection.
To fix that and to make REPEATABLE READ correspond to Snapshot Isolation,
|
||
|---|---|---|
| .. | ||
| galera_sr_isolate_master.result | ||
| galera_sr_join_slave.result | ||
| galera_sr_kill_master.result | ||
| galera_sr_kill_slave_after_apply.result | ||
| galera_sr_kill_slave_after_apply_rollback.result | ||
| galera_sr_kill_slave_after_apply_rollback2.result | ||
| galera_sr_kill_slave_before_apply.result | ||
| galera_sr_threeway_split.result | ||
| galera_sr_threeway_split_no_primary.result | ||
| galera_vote_sr.result | ||
| GCF-336.result | ||
| GCF-582.result | ||
| GCF-606.result | ||
| GCF-609.result | ||
| GCF-817.result | ||
| GCF-832.result | ||
| MDEV-26707.result | ||