maria:11.4

Last commit made on 2024-04-30
Get this branch:
git clone -b 11.4 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
11.4
Repository:
lp:maria

Recent commits

3fa2caf... by Andrei <email address hidden>

MDEV-31404 post-push for rpl.max_binlog_total_size

The test's header did not follow a correct `have_` and `master-slave`
sourcing pattern.

That's corrected.

e25edf2... by Dave Gosselin <email address hidden>

MDEV-33616 Tests failing on macOS

compat/oracle.sp-inout now uses lowercase object names for test
compatibility with both case-insensitive and case-sensitive
filesystems.

24dd78e... by Daniel Black

MDEV-33592: Use X509v3 for compatibility with libraries

According to rfc5280, x509v3 was standardised in June 1996.

RusTLS only accepts v3 certificates rejected the v1 default.
(ref:
https://github.com/rustls/webpki/issues/29#issuecomment-1453783741)

It seems reasonable that all client libraries can accept v3.

X509_VERSION_3 has a fixed value of 2, but isn't defined in
OpenSSL-1.1.1.

Thanks Austin Bonander for the suggested patch.

435a10e... by Andre Alves <email address hidden>

MDEV-33659 Fix crash in kdf() without parameters

9d806a0... by Yuchen Pei <email address hidden>

MDEV-33608 Skip spider/bugfix.quick_mode_N for valgrind builds

ASAN builds pass so it's ok

53a359c... by Sergei Golubchik

MDEV-33554 Upgrade from 11.2 to 11.3 changes root's privileges

let ALL PRIVILEGES to always mean ALL PRIVILEGES over all
upgrades, no matter what new privileges were added in later versions.

ec3d9da... by Sergei Golubchik

MDEV-33459 upgrades 11.X.2→11.(X+1).2

allow RPM upgrades from a different minor version,
if the major version is the same.

058510a... by Monty <email address hidden>

Moved test for online alter in connect to separate test

This was needed as mtr --embedded connect.alter failed as online is
ignored for embedder server.
This fixes a wrong commit 30c965f8664cd0aad44847c0b99b618d385c2ffe

aea1af0... by Monty <email address hidden>

Fixed failure in innodb.corrupted_during_recovery

8d5512e... by Monty <email address hidden>

Fixed bug in semi-sync that caused rpl.rpl_semi_sync_slave_reply_fail to fail

This was caused by the patch for
MDEV-32567 Remove thr_alarm from server codebase