• Jan Lindström's avatar
    MDEV-11185: innodb.innodb_trx_weight fails in buildbot · 0838fd00
    Jan Lindström authored
    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.
    0838fd00
innodb_trx_weight.opt 44 Bytes