maria:bb-10.8-mdev-30370-compare-tests

Last commit made on 2023-01-24
Get this branch:
git clone -b bb-10.8-mdev-30370-compare-tests https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.8-mdev-30370-compare-tests
Repository:
lp:maria

Recent commits

632b130... by Yuchen Pei

MDEV-30370 MDEV-22979 MDEV-29904 MDEV-27912 Spider hang when abort

This is Kentoku's fix for MDEV-22979 (e6e41f04f4e + 22a0097727f),
which also fixes 30370. Adding a test for MDEV-29904 to avoid
regression, given MDEV-27233 is a similar problem.

Also update restart_spider.inc to allow passing restart_parameters, so
that the test of MDEV-29904 works (MDEV-27912).

a5b3015... by Ian Gilfillan <email address hidden>

Update 10.8 HELP tables

26d8485... by Oleksandr "Sanja" Byelkin

Merge branch '10.7' into 10.8

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