maria:bb-10.2-MDEV-14938

Last commit made on 2021-11-17
Get this branch:
git clone -b bb-10.2-MDEV-14938 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-MDEV-14938
Repository:
lp:maria

Recent commits

57c6806... by Alexey Bychko <email address hidden>

MDEV-14938 make buildbot to include galera into bintars

this commit adds cmake module to process external directory with
galera binaries to include galera library and binaries into server
bintar.
it introduces new cmake variable EXT_GALERA_PATH representing relative
or absolute path to galera which can be either just files in directory,
compiled tree or unpacked tarball.
if EXT_GALERA_PATH is used, bintar name will include glibc version, for
example mariadb-10.2.42-linux-glibc_224-x86_64.tar.gz

c5e09bf... by Vladislav Vaintroub

MDEV-27056 Windows upgrade_wizard - CloseHandle() on invalid (already closed) pipe handle

9e9e91b... by Vladislav Vaintroub

Windows build - fix signtool search path to take modern SDKs into account

628c281... by Vladislav Vaintroub

MDEV-27030 vcol.vcol_keys_myisam fails on Windows x64, with Visual Studio 2022

Upon investigation, decided this to be a compiler bug
(happens with new compiler, on code that did not change for the last 15 years)

Fixed by de-optimizing single function remove_key(), using MSVC pragma

3163d9e... by Brandon Nesterenko

MDEV-26991: CURRENT_TEST: main.mysql_binary_zero_insert 'grep' is not recognized as an internal or external command, operable program or batch file.

Removed grep from mysqldump command stream and instead,
extend the search_file pattern to search for rows containing
binary zeros instead of any occurance of '00' in the input

d6d1a1f... by Marko Mäkelä

Remove a warning for clang 11 or earlier

This fixes up commit d22c8cae00f7a7517c9b8228efbb543037c23c97

8c7e551... by Marko Mäkelä

Remove restarts from encrypt_and_grep test

75f0c59... by Marko Mäkelä

Merge mariadb-10.2.41 into 10.2

7c30bc3... by Daniel Black

MDEV-26561 mariabackup release locks

The previous threads locked need to be released too.

This occurs if the initialization of any of the non-first
mutex/conditition variables errors occurs.

e1eb39a... by ryancaicse <email address hidden>

MDEV-26561 Fix a bug due to unreleased lock

Fix a bug of unreleased lock ctrl_mutex in the method create_worker_threads