maria:bb-10.4-MDEV-19950

Last commit made on 2021-02-10
Get this branch:
git clone -b bb-10.4-MDEV-19950 https://git.launchpad.net/maria

Branch merges

Branch information

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

Recent commits

60fd48a... by Julius Goryavsky <email address hidden>

MDEV-19950: Galera test failure on galera_ssl_upgrade

The test requires adaptation for MariaDB, which is done
in this patch. In addition, this patch includes a fix for
the SST script startup code that adds escaping for special
characters on the command line (in case they are contained
in the arguments to mysqld). The fix does not require
separate tests, as the required tests are already part
of the mtr suite for Galera.

542d769... by mkaruza <email address hidden>

MDEV-18280: Galera test failure on galera_split_brain and galera_kill_nochanges

c2c23e5... by Jan Lindström

Update galera.disabled.def file

1398160... by midenok

MDEV-24522 Assertion `inited==NONE' fails upon UPDATE on versioned table with unique blob

Cause: no table->update_handler cloned at the moment of
vers_insert_history_row(). update_handler is needed because there
can't be several inited indexes at once in the same handler. First
index is inited by QUICK_RANGE_SELECT::reset(). Then when history row
is inserted check_duplicate_long_entry_key() is done and it requires
another index.

e626f51... by Marko Mäkelä

MDEV-24653 fixup: Make the test deterministic

5db3827... by Marko Mäkelä

Merge 10.3 into 10.4

75538f9... by Marko Mäkelä

MDEV-24653 fixup: Make the test deterministic

0c3d264... by Marko Mäkelä

instant_alter_debug: Cover everything with innodb_instant_alter_column

3467f63... by Marko Mäkelä

Merge 10.3 into 10.4

eaeb8ec... by Marko Mäkelä

MDEV-24653 Assertion block->page.id.page_no() == index->page failed in innobase_add_instant_try()

We may end up with an empty leaf page (containing only an ADD COLUMN
metadata record) that is not the root page.

innobase_add_instant_try(): Disable an optimization for a non-canonical
empty table that contains a metadata record somewhere else than in
the root page.

btr_pcur_store_position(): Tolerate a non-canonical empty table.