maria:bb-10.2-MDEV-17062

Last commit made on 2020-01-17
Get this branch:
git clone -b bb-10.2-MDEV-17062 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-MDEV-17062
Repository:
lp:maria

Recent commits

3acab2d... by Jan Lindström

MDEV-17062 : Test failure on galera.MW-336

Add mutex protection while we calculate required slave
thread change and create them. Add error handling.

bb8226d... by Jan Lindström

MDEV-21492 : Galera test sporadic failure on galera.galera_events2

Add wait condition for event creation.

0f0c284... by Larysa Sherepa

fix for rpl_slave_load_remove_tmpfile.test

a382f69... by Jan Lindström

MDEV-21498 : wsrep.binlog_format test failed on Azure

Waiting wsrep_ready is possible only if wsrep_on=ON.

60d7011... by Larysa Sherepa

MDEV-21360 global debug_dbug pre-test value restoration issues

b7fb30e... by Larysa Sherepa

MDEV-21360 global debug_dbug pre-test value restoration issues

451573f... by Larysa Sherepa

MDEV-21360 debug_dbug pre-test value restoration issues

800d1f3... by Jan Lindström

Disable usually failing Galera tests until a real fix is found.

7d31321... by Daniele Sciascia <email address hidden>

MDEV-19803 Long semaphore wait error on galera.MW-388

The long semaphore wait appeared to be the caused by the following
pattern in the MTR test:

```
SET DEBUG_SYNC = "now SIGNAL wsrep_after_certification_continue";
SET DEBUG_SYNC = "now SIGNAL signal.wsrep_apply_cb;
```

Raising two signals, one right after another, caused one signal to
overwrite the other, before the signal was consumed by the thread.
This caused one thread to be stuck until the debug sync point would
timeout.

56529a7... by Eugene

MDEV-21454 Show actual mismatching values in mismatch error messages from row_import::match_table_columns()

Patch by Hartmut Holzgraefe