mirror of
https://github.com/MariaDB/server.git
synced 2025-01-30 18:41:56 +01:00
0838fd00e7
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.
1 line
44 B
Text
1 line
44 B
Text
--loose-innodb-lock-schedule-algorithm=FCFS
|