maria:10.6-MDEV-32242

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

Branch merges

Branch information

Name:
10.6-MDEV-32242
Repository:
lp:maria

Recent commits

b251c0e... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-32242 innodb.doublewrite test case always gets skipped

- Rewrote the doublewrite test case and removes the usage of
innodb_buf_flush_list variable, added search pattern to make
sure that InnoDB uses doublewrite buffer. Replaced all
kill_mysqld.inc with shutdown_mysqld.inc and zero shutdown timeout

91835ef... by Daniel Bartholomew <email address hidden>

bump the VERSION

dec4d0b... by Marko Mäkelä

MDEV-32788: Debug build failure with SUX_LOCK_GENERIC

Fixes up commit 2027c482de0a75ff09fd08704cdbe36dcf5db91e

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