maria:bb-10.10-mdev-29447

Last commit made on 2023-01-03
Get this branch:
git clone -b bb-10.10-mdev-29447 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.10-mdev-29447
Repository:
lp:maria

Recent commits

774c8fa... by Yuchen Pei

MDEV-29447 MDEV-26285 Refactor spider_db_mbase_util::open_item_func

Porting commit 3836098c29ef1b7ff9d5fbde99b690eab73a0df1 (MDEV-26285)
to current versions 10.3+ to fix a problem (MDEV-29447) where field
items that are arguments of a func item may be used before created /
initialised.

Signed-off-by: Yuchen Pei <email address hidden>

66f7f79... by Sergei Golubchik

fix failing galera test

3217ecd... by Marko Mäkelä

Merge 10.9 into 10.10

9b3eae8... by Marko Mäkelä

MDEV-30172: Disable galera_sr.MDEV-25718

cf94312... by Marko Mäkelä

Merge 10.8 into 10.9

8bddadd... by Marko Mäkelä

Merge 10.7 into 10.8

84774de... by Marko Mäkelä

MDEV-30172: Disable galera.galera_parallel_simple

2992807... by Marko Mäkelä

Merge 10.6 into 10.7

0a67daa... by Marko Mäkelä

MDEV-30235 InnoDB crash on table-rebuilding DDL when the statistics tables are corrupted

commit_try_rebuild(): Only invoke trx_t::drop_table_statistics()
if both InnoDB statistics tables are accessible (and exclusively
locked by the current transaction). This avoids a crash due to
ut_a(sym_node->table != NULL) in pars_retrieve_table_def().

The crash was repeated on a partial copy of a MariaDB 10.3 data
directory that lacked the *.ibd files for the statistics tables.

4f68302... by Marko Mäkelä

Merge 10.5 into 10.6