maria:bb-10.11-MDEV-28602-wrong-result-with-outer-join-merged-derived-table-and-view

Last commit made on 2022-12-28
Get this branch:
git clone -b bb-10.11-MDEV-28602-wrong-result-with-outer-join-merged-derived-table-and-view https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.11-MDEV-28602-wrong-result-with-outer-join-merged-derived-table-and-view
Repository:
lp:maria

Recent commits

75af319... by Rex Johnston

MDEV-28602 Wrong result with outer join, merged derived table and view

    const item reference being mishandled in outer to inner join on
    filling in null values.

c194db3... by Marko Mäkelä

Merge 10.10 into 10.11

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