maria:bb-10.4-MDEV-20494

Last commit made on 2020-02-20
Get this branch:
git clone -b bb-10.4-MDEV-20494 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.4-MDEV-20494
Repository:
lp:maria

Recent commits

e0e845c... by Nikita Malyavin

MDEV-20494 ER_NOT_FORM_FILE or Assertion `!is_set() || (m_status == DA_OK_BULK && is_bulk_op())' failed upon adding partition to a versioned table

Problem: fast_alter_partition_table tries to write the shadow frm with zero-length period constraint name. In case of explicit write-lock table reopens and shadow frm is read. Period constraint name is saved to frm in format "zero means two bytes more" (see extra2_write_str/extra2_read_len), so zero value here corrupts frm.

Solution: generate constraint names before fast_alter_partition_table is issued

5a42a11... by Jan Lindström

Add missing files.

1a73b99... by Jan Lindström

MDEV-21601 : Cleanup Galera disabled tests

* Remove those tests that will not be supported on that release.
* Make sure that correct tests are disabled and have MDEVs
* Sort test names

This should not be merged upwards.

4eb4d07... by Jan Lindström

Fix Galera test galera_as_slave_ctas.

9ab171e... by Jan Lindström

MDEV-21420 : Galera test failure on galera.mysql-wsrep#33

Add more tests and move SST restore to correct place.

38414b2... by Jan Lindström

MDEV-21514 : Galera test failure on galera.galera_wan_restart_sst on Azure

Remove sleeps and unnecessary waits.

2cff542... by Alexander E. Patrakov

MDEV-21140 Make galera_recovery.sh work with fs.protected_regular = 1 (#1417)

The log file is opened as root since commit bb7a70c, so there is no need
to chown it.

ba3e9d0... by Jan Lindström

MDEV-18180 : Galera test failure on galera.galera_concurrent_ctas

Test changes only.

7002948... by Jan Lindström

MDEV-21517 : Galera test galera_sr.GCF-561 failure: Result length mismatch

Add wait conditions.

a3f3d40... by Jan Lindström

MDEV-21421 : Galera test sporadic failure on galera.galera_as_slave_gtid_myisam: Result length mismatch

In Galera 4 nodes 1 and 2 are galera nodes and node_3 should be
non galera.