maria:bb-10.3-MDEV-22543

Last commit made on 2020-08-11
Get this branch:
git clone -b bb-10.3-MDEV-22543 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.3-MDEV-22543
Repository:
lp:maria

Recent commits

9a3fc1e... by Jan Lindström

MDEV-22543 : Galera SST donation fails, FLUSH TABLES WITH READ LOCK times out

During SST we need to let FTWRL to use normal timeout method
even when client is disconnected.

e0c06f5... by Marko Mäkelä

Work around MDEV-23445 in the MDEV-14836 test case

bafc5c1... by Marko Mäkelä

Merge 10.2 into 10.3

3b6dadb... by Marko Mäkelä

Merge 10.1 into 10.2

0025eb3... by Marko Mäkelä

Merge mariadb-10.3.24

0460d42... by Marko Mäkelä

Merge mariadb-10.2.33

c19335e... by Daniel Bartholomew <email address hidden>

bump the VERSION

debd36c... by Daniel Bartholomew <email address hidden>

bump the VERSION

7f67ef1... by Marko Mäkelä

MDEV-16115 Hang after reducing innodb_encryption_threads

The test encryption.create_or_replace would occasionally fail,
because some fil_space_t::n_pending_ops would never be decremented.

fil_crypt_find_space_to_rotate(): If rotate_thread_t::should_shutdown()
holds due to innodb_encryption_threads having been reduced, do
release the reference.

fil_space_remove_from_keyrotation(), fil_space_next(): Declare the
functions static, simplify a little, and define in the same compilation
unit with the only caller, fil_crypt_find_space_to_rotate().

fil_crypt_key_mutex: Remove (unused).

3e3da16... by Daniel Bartholomew <email address hidden>

bump the VERSION