maria:bb-10.8-MDEV-29934

Last commit made on 2023-01-25
Get this branch:
git clone -b bb-10.8-MDEV-29934 https://git.launchpad.net/maria

Branch merges

Branch information

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

Recent commits

943989c... by Angelique Sklavounos

MDEV-29943: Check gtid_slave_pos and use sync_with_master_gtid (and remove superfluous semicolons)

88c3578... by Marko Mäkelä

Merge 10.7 into 10.8

1e04caf... by Marko Mäkelä

Merge 10.6 into 10.7

3386b30... by Marko Mäkelä

Merge 10.5 into 10.6

73ecab3... by Marko Mäkelä

Merge 10.4 into 10.5

71e8e49... by Marko Mäkelä

Merge 10.3 into 10.4

7a98d23... by Nikita Malyavin

MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraint

node->is_delete was incorrectly set to NO_DELETE for a set of operations.

In general we shouldn't rely on sql_command and look for more abstract ways
to control the behavior.

trg_event_map seems to be a suitable way. To mind replica nodes, it is ORed
with slave_fk_event_map, which stores trg_event_map when replica has
triggers disabled.

12618cf... by Weijun Huang

MDEV-19160 json_pretty() alias for json_detailed()

1792029... by Rucha Deodhar <email address hidden>

fixup for MDEV-19160

5aa58a0... by Vladislav Vaintroub

MDEV-30374 Windows, MSI - do not cache error, if install directory changes.

If installation directory is not empty, MSI would shows a popup informing
user about it. The error message is stored as MSI property
INSTALLDIRERROR.

Fixed the bug that the error was not cleared, when the user changes
directory in installer UI.