maria:bb-10.10-MDEV-31173-galera

Last commit made on 2023-08-08
Get this branch:
git clone -b bb-10.10-MDEV-31173-galera https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.10-MDEV-31173-galera
Repository:
lp:maria

Recent commits

c6fab4f... by =?utf-8?q?Jan_Lindstr=C3=B6m?= <email address hidden>

MDEV-31173 : Server crashes when setting wsrep_cluster_address after adding invalid value to wsrep_allowlist table

Problem was that wsrep_schema tables were not marked as
category information. Fix allows access to wsrep_schema
tables even when node is detached.

Signed-off-by: Julius Goryavsky <email address hidden>

45b7a01... by Oleksandr "Sanja" Byelkin

Merge branch '10.9' into 10.10

2146541... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.9

4bc9d50... by Oleksandr "Sanja" Byelkin

Merge branch '10.5' into 10.6

8adb610... by Sergei Golubchik

MDEV-31853 Assertion failure in Column_definition::check_vcol_for_key upon adding FK

when validating vcol's (default, check, etc) in ALTER TABLE
vcol_info->flags are modified in place. This means that if ALTER TABLE
fails for any reason we need to restore them to their original values.

(mroonga was freeing the memory on ::reset() but not on ::close())

ced243a... by Oleksandr "Sanja" Byelkin

Merge branch '10.9' into 10.10

998edc3... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.9

c7b6707... by Oleksandr "Sanja" Byelkin

Merge branch '10.5' into 10.6

10eff9c... by Yuchen Pei <email address hidden>

MDEV-31524 Post-merge fixup

6eb6943... by Oleksandr "Sanja" Byelkin

Roksdb test postmerge fix