mirror of
https://github.com/MariaDB/server.git
synced 2025-11-05 21:36:12 +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.test | ||
| galera_sr_join_slave.test | ||
| galera_sr_kill_master.test | ||
| galera_sr_kill_slave_after_apply.test | ||
| galera_sr_kill_slave_after_apply_rollback.test | ||
| galera_sr_kill_slave_after_apply_rollback2.test | ||
| galera_sr_kill_slave_before_apply.test | ||
| galera_sr_threeway_split.cnf | ||
| galera_sr_threeway_split.test | ||
| galera_sr_threeway_split_no_primary.test | ||
| galera_vote_sr-master.opt | ||
| galera_vote_sr.inc | ||
| galera_vote_sr.test | ||
| GCF-336.test | ||
| GCF-582.test | ||
| GCF-606.test | ||
| GCF-609.test | ||
| GCF-817.test | ||
| GCF-832.test | ||
| MDEV-26707.test | ||