mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-11185: innodb.innodb_trx_weight fails in buildbot
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.
This commit is contained in:
@ -11,4 +11,4 @@
|
|||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
innodb_defragment_fill_factor : MDEV-10771
|
innodb_defragment_fill_factor : MDEV-10771
|
||||||
innodb.innodb_trx_weight : MDEV-11185
|
|
||||||
|
1
mysql-test/suite/innodb/t/innodb_trx_weight.opt
Normal file
1
mysql-test/suite/innodb/t/innodb_trx_weight.opt
Normal file
@ -0,0 +1 @@
|
|||||||
|
--loose-innodb-lock-schedule-algorithm=FCFS
|
Reference in New Issue
Block a user