maria:bb-10.7-MDEV-24623

Last commit made on 2023-01-24
Get this branch:
git clone -b bb-10.7-MDEV-24623 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.7-MDEV-24623
Repository:
lp:maria

Recent commits

653c0c6... by Denis Protivensky <email address hidden>

MDEV-24623 Replicate bulk insert as table-level exclusive key

- introduce table key construction function in wsrep service interface
- don't add row keys when replicating bulk insert
- don't start bulk insert on applier or when transaction is not active
- don't start bulk insert for system versioned tables
- implement actual bulk insert table-level key replication

Reviewed-by: Jan Lindström <email address hidden>

946b6f0... by Ian Gilfillan <email address hidden>

Update 10.7 HELP tables

795ff0d... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.7

a01abad... by Oleksandr "Sanja" Byelkin

Merge branch '10.5' into 10.6

da798c9... by Oleksandr "Sanja" Byelkin

new PCRE2 10.42

86059fd... by Oleksandr "Sanja" Byelkin

Merge branch '10.4' into 10.5

ff72a94... by Rucha Deodhar <email address hidden>

MDEV-26392: Crash with json_get_path_next and 10.5.12

Analysis:
When we skip level when path is found, it changes the state of the json
engine. This breaks the sequence for json_get_path_next() which is called at
the end to ensure json document is valid and leads to crash.
Fix:
Use json_scan_next() at the end to check if json document has correct
syntax (is valid).

9924466... by Oleksandr "Sanja" Byelkin

v5.5.4-stable

a8c5635... by Marko Mäkelä

Merge 10.5 into 10.6

0459d2c... by Marko Mäkelä

Merge 10.4 into 10.5