maria:bb-10.8-MDEV-29043

Last commit made on 2022-08-18
Get this branch:
git clone -b bb-10.8-MDEV-29043 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.8-MDEV-29043
Repository:
lp:maria

Recent commits

8b9043c... by Marko Mäkelä

MDEV-29043 mariabackup --compress hangs

compress_write(): Fix a race condition between threads that would
use the same worker thread object. Make thd->data_avail contain the
thread identifier of the submitter, and add thd->avail_cond to
notify other compress_write() threads that are waiting for a slot.

b4fb14f... by Marko Mäkelä

Simplify xtrabackup_io_throttling()

If xtrabackup_throttle is not set (mariabackup --throttle=0),
there is no need to acquire and release recv_sys.mutex.

4452349... by Oleksandr "Sanja" Byelkin

Merge branch '10.8' into bb-10.8-release

58e4041... by Daniel Bartholomew <email address hidden>

Merge branch 'bb-10.8-bumpversion' of github.com:MariaDB/server into bb-10.8-bumpversion

2447be6... by Daniel Bartholomew <email address hidden>

bump the VERSION

1f93a30... by Daniel Bartholomew <email address hidden>

bump the VERSION

6ffbc0e... by Oleksandr "Sanja" Byelkin

Merge branch '10.7' into 10.8

98d7ac1... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.7

b8f6d31... by Addison G <email address hidden>

MDEV-29222 - Fix mysqld_safe script

The mysqld_safe script was using bad grep options.

The line that was fixed was likely meant to be 2 separate grep commands,
piped into each other, with each one removing any lines that matched.

The `-E` option was unneeded, as the command is not using regex.

65a963f... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.7