maria:bb-10.4-MDEV-21905-v2-galera

Last commit made on 2022-10-18
Get this branch:
git clone -b bb-10.4-MDEV-21905-v2-galera https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.4-MDEV-21905-v2-galera
Repository:
lp:maria

Recent commits

ba0f3ec... by Julius Goryavsky <email address hidden>

Revert "MDEV-27682: bundled wsrep_notify.sh causes mariadbd to freeze during start"

This reverts commit 19f0b96d53dec47d7b8680c44997afba2ed7431e.

f5e8f9b... by Julius Goryavsky <email address hidden>

Revert "MDEV-21905: Galera test galera_var_notify_cmd causes hang"

This reverts commit 3f5b03c415662135257a4ae9bc525fd72a795872.

8031b47... by Julius Goryavsky <email address hidden>

Revert "MDEV-21905: Galera test galera_var_notify_cmd causes hang"

This reverts commit c49ebd2622867975fdda96cbfa88d12f01e9847a.

291872e... by Oleksandr "Sanja" Byelkin

Merge branch '10.3' into 10.4

7cad2e9... by Oleksandr "Sanja" Byelkin

Merge branch 'bb-10.4-vp-MDEV-27691' into 10.4

0cddb1a... by Oleksandr "Sanja" Byelkin

v5.5.1-stable

89e3815... by Oleksandr "Sanja" Byelkin

Merge branch 'bb-10.3-vp-MDEV-27691' into 10.3

f404911... by Marko Mäkelä

Merge 10.3 into 10.4

1f56153... by Marko Mäkelä

Silence clang 13 -Wunused-but-set-variable

WITH_EMBEDDED_SERVER compiles the SQL parsers separately.
Thanks to Vladislav Vaintroub for helping with this.

Fixes up commit e05ab0cfc5f52c8c240bfc02239f199081d82f61

128356b... by Nikita Malyavin

MDEV-29753 An error is wrongly reported during INSERT with vcol index

See also commits aa8a31da and 64678c for a Bug #22990029 fix.

In this scenario INSERT chose to check if delete unmarking is available for
a just deleted record. To build an update vector, it needed to calculate
the vcols as well. Since this INSERT was not IGNORE-flagged, recalculation
failed.

Solutiuon: temporarily set abort_on_warning=true, while calculating the
column for delete-unmarked insert.