maria:bb-10.6-anel-rpl_fix_assertion

Last commit made on 2023-11-14
Get this branch:
git clone -b bb-10.6-anel-rpl_fix_assertion https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.6-anel-rpl_fix_assertion
Repository:
lp:maria

Recent commits

798d7f1... by Anel Husakovic <email address hidden>

MDEV-32168: 10.6 reviewer 1

66c6ae4... by Anel Husakovic <email address hidden>

MDEV-32168: 10.5 reviewr

ba651f0... by Anel Husakovic <email address hidden>

MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc

- Reviewer: <email address hidden>
            <email address hidden>

04477bd... by VladislavVaintroub

MDEV-28836 fix crashing PFS unit tests on Windows.

In stub_pfs_global, use aligned_free() for pfs_free(), to match
aligned_malloc() in pfs_malloc()

b52b7b4... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-31851 Doublewrite recovery fixup

recv_dblwr_t::find_page(): Tablespace flags validity should be
checked only for page 0.

1fc2843... by Marko Mäkelä

MDEV-31826: File handle leak on failed IMPORT TABLESPACE

fil_space_t::drop(): If the caller is not interested in a
detached handle, close it immediately.

90e1148... by Sergei Golubchik

update C/C - compilation failure with gcc7 on s390x-sles-12

0cc809f... by Marko Mäkelä

MDEV-31826: Memory leak on failed IMPORT TABLESPACE

fil_delete_tablespace(): Invoke fil_space_free_low() directly.
This fixes up commit 39e3ca8bd25fc539ed08ff464e8a3189ff9f7fa3

6f09143... by Monty <email address hidden>

MDEV-32531 MSAN / Valgrind errors in Item_func_like::get_mm_leaf with temporal field

Added missing initializer

ab6139d... by Rex Johnston

MDEV-32612 Assertion `tab->select->quick' failed in test_if_skip_sort_order

Fixup for MDEV-31983, incorrect test for checking ability to use quick select.

Approved by Sergei Petrunia