maria:bb-10.4-galera

Last commit made on 2022-05-24
Get this branch:
git clone -b bb-10.4-galera https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.4-galera
Repository:
lp:maria

Recent commits

c1d380a... by Jan Lindström

Update galera disabled.def file

0263944... by Jan Lindström

MDEV-20888 : Galera test failure on galera.galera_pc_ignore_sb: 2013: Lost connection to MySQL server during query

Add debug info.

665c01d... by Jan Lindström

MDEV-15794 : Test failure on galera.galera_var_retry_autocommit

Add expected error.

82f45ef... by Jan Lindström

MDEV-18179 : Galera test failure on galera.galera_kill_largechanges
MDEV-18283 : Galera test failure on galera.GCF-1081

Remove tests.

2f6a014... by Marko Mäkelä

Merge 10.4 into 10.5

cf75793... by Oleksandr "Sanja" Byelkin

Merge branch '10.4' into bb-10.4-release

7d5d9ea... by Oleksandr "Sanja" Byelkin

Merge branch '10.3' into bb-10.3-release

8872ad4... by Daniel Bartholomew <email address hidden>

bump the VERSION

68f0a5d... by Daniel Bartholomew <email address hidden>

bump the VERSION

40d9dbb... by Oleg Smirnov

MDEV-28246 Optimizer uses all partitions after upgrade to 10.3

Cause: a copy of the joined TABLE_LIST is created during multi_update::prepare
and TABLE::pos_in_table_list of the tables are set to point to the new
TABLE_LIST object. This prevents some optimization steps to perform correctly.
Solution: do not update pos_in_table_list during multi_update::prepare