mariadb/storage/xtradb/handler
Jan Lindström e66bb57267 MDEV-12837: WSREP: BF lock wait long
This is 10.1 version where no merge error exists.

wsrep_on_check
        New check function. Galera can't be enabled
        if innodb-lock-schedule-algorithm=VATS.

innobase_kill_query
        In Galera async kill we could own lock mutex.

innobase_init
        If Variance-Aware-Transaction-Sheduling Algorithm (VATS) is
        used on Galera we refuse to start InnoDB.

Changed innodb-lock-schedule-algorithm as read-only parameter
as it was designed to be.

lock_rec_other_has_expl_req,
lock_rec_other_has_conflicting,
lock_rec_lock_slow
lock_table_other_has_incompatible
lock_rec_insert_check_and_lock

        Change pointer to conflicting lock to normal pointer as this
        pointer contents could be changed later.
2017-12-09 11:20:46 +02:00
..
ha_innodb.cc MDEV-12837: WSREP: BF lock wait long 2017-12-09 11:20:46 +02:00
ha_innodb.h Merge branch '10.0' into 10.1 2017-09-19 12:06:50 +03:00
handler0alter.cc MDEV-14219 Allow online table rebuild when encryption or compression parameters change 2017-10-31 09:10:25 +02:00
i_s.cc Merge branch '10.0' into 10.1 2017-10-22 13:03:41 +02:00
i_s.h Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
xtradb_i_s.cc Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
xtradb_i_s.h MDEV-11694 InnoDB tries to create unused table SYS_ZIP_DICT 2017-01-03 19:32:47 +02:00