maria:MDEV-28926-query-optimizer-json

Last commit made on 2022-07-14
Get this branch:
git clone -b MDEV-28926-query-optimizer-json https://git.launchpad.net/maria

Branch merges

Branch information

Name:
MDEV-28926-query-optimizer-json
Repository:
lp:maria

Recent commits

d807c63... by mariadb-LuisLizardo <email address hidden>

Change logic to always close the writer after printing query blocks

82ab6c0... by mariadb-LuisLizardo <email address hidden>

Merge branch '10.10' of https://github.com/MariaDB/server into MDEV-28926-query-optimizer-json

4542e3b... by mariadb-LuisLizardo <email address hidden>

Adapt tests and results

e76a349... by mariadb-LuisLizardo <email address hidden>

Add query optimizer timer to ANALYZE FORMAT=JSON

88b2235... by Alexander Barkov

MDEV-23287 The INET4 data type

975b40e... by Marko Mäkelä

Merge 10.9 into 10.10

4a16436... by Marko Mäkelä

Merge 10.8 into 10.9

b283fd4... by Marko Mäkelä

Merge 10.7 into 10.8

cac6f0a... by Marko Mäkelä

Merge 10.6 into 10.7

c1e3fc0... by Marko Mäkelä

MDEV-28977: mariabackup.huge_lsn,strict_full_crc32 fails in 10.8

recv_sys_t::recover_deferred(): Hold the exclusive page latch until
the tablespace has been set up. Otherwise, the write of the page
may be lost due to non-existent tablespace. This race only affects
the recovery of the first page in a newly created tablespace.

This race condition was introduced in MDEV-24626.