maria:bb-10.5-mdev-29644

Last commit made on 2023-02-03
Get this branch:
git clone -b bb-10.5-mdev-29644 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-mdev-29644
Repository:
lp:maria

Recent commits

b98375f... by Nayuta Yanagisawa

MDEV-29644 a potential bug of null pointer dereference in spider_db_mbase::print_warnings()

The function spider_db_mbase::print_warnings() can potentially result
in a null pointer dereference.

Remove the null pointer dereference by cleaning up the function.

Some small changes to the original commit
422fb63a9bbee35c50b6c7be19d199afe0bc98fa.

Co-Authored-By: Yuchen Pei <email address hidden>

4a04c18... by Alexander Barkov

MDEV-25765 Mariabackup reduced verbosity option for log output

50b6964... by Alexander Barkov

MDEV-29244 mariabackup --help output still referst to innobackupex

Changing the tool name in the "mariadb-backup --help" output
from "innobackupex" to "mariadb-backup".

49ee18e... by Jan Lindström

MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster

In 10.5 If WSREP_ON=ON do not allow RELEASE_ALL_LOCKS function.
Instead print clear error message.

696562c... by Jan Lindström

MDEV-30473 : Do not allow GET_LOCK() / RELEASE_LOCK() in cluster

If WSREP_ON=ON do not allow GET_LOCK and RELEASE_LOCK functions.
Instead print clear error message.

015fb54... by Jan Lindström

MDEV-25037 : SIGSEGV in MDL_lock::hog_lock_types_bitmap

We should not call mdl_context.release_explicit_locks() in
Wsrep_client_service::bf_rollback() if client is quiting because
it will be done again in THD::cleanup().

Note that problem with GET_LOCK() / RELEASE_LOCK() will be fixed
on MDEV-30473.

75bbf64... by Khem Raj

Add missing include <cstdio>

This is needed with GCC 13 and newer [1]

[1] https://www.gnu.org/software/gcc/gcc-13/porting_to.html

Signed-off-by: Khem Raj <email address hidden>

672cdcb... by Marko Mäkelä

MDEV-30404: Inconsistent updates of PAGE_MAX_TRX_ID on ROW_FORMAT=COMPRESSED pages

page_copy_rec_list_start(): Do not update the PAGE_MAX_TRX_ID
on the compressed copy of the page. The modification is supposed
to be logged as part of page_zip_compress() or page_zip_reorganize().
If the page cannot be compressed (due to running out of space),
then page_zip_decompress() must be able to roll back the changes.

This fixes a regression that was introduced in
commit 56f6dab1d0e5a464ea49c1e5efb0032a0f5cea3e (MDEV-21174).

e02ed04... by Marko Mäkelä

MDEV-23855 fixup: Remove SRV_MASTER_CHECKPOINT_INTERVAL

8bccba1... by Jan Lindström

MDEV-30465 : Galera test galera_sr.MDEV-27615 takes 5mins

After d7d3ad69 we should use KILL_CONNECTION_HARD to interrupt
debug_sync waits. Test case uses debug_sync and then disconnects
connection from cluster.