mirror of
https://github.com/MariaDB/server.git
synced 2025-06-03 07:02:23 +03:00
Problem was that test assumes locks to be granted on first-come-first-served (FCFS) policy. However, in 10.2 we use by default Variance-Aware-Transaction-Scheduling (VATS) algorithm. Test failure fixed by setting lock wait policy to FCFS.
2 lines
44 B
Plaintext
2 lines
44 B
Plaintext
--loose-innodb-lock-schedule-algorithm=FCFS
|