maria:bb-10.10-anel-rpl_fix_assertion

Last commit made on 2023-11-14
Get this branch:
git clone -b bb-10.10-anel-rpl_fix_assertion https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.10-anel-rpl_fix_assertion
Repository:
lp:maria

Recent commits

34f1b63... by Anel Husakovic <email address hidden>

MDEV-32168: 10.10

5bae646... by Anel Husakovic <email address hidden>

MDEV-32168: 10.9 reviewer

1ce55a3... by Anel Husakovic <email address hidden>

MDEV-32168: 10.6 reviewer 1

fd2da79... by Anel Husakovic <email address hidden>

MDEV-32168: 10.5 reviewr

742b3ac... by Anel Husakovic <email address hidden>

MDEV-32168: slave_error_param condition is never checked from the wait_for_slave_param.inc

- Reviewer: <email address hidden>
            <email address hidden>

2182262... by Sergei Golubchik

MDEV-32683 Spider engine does not load with non-default alter-algorithm

specify algorithm/lock explicitly, don't depend on server settings

d9752d8... by Sergei Golubchik

MDEV-31926 UUID v7 are compared incorrectly

According to the standart draft UUIDv6 and UUIDv7 values
must be compared as opaque raw bytes.

Let's only compare with byte-swapping if both values need
byte swapping.

5436b5d... by Sergei Golubchik

cleanup: UUID

* modify the test to use different and not monotonous timestamps
* rename methods to be unambiguous (for IDE challenged devs)
* move byte swap checks into helpers

b9e210b... by Sergei Golubchik

MDEV-32555 wrong result with an index and a partially null-rejecting condition

ref->null_rejecting is a key_part_map. we need to check
the bit corresponding to the particular store_key.
Note that there are no store_key objects for const ref parts.

d2a867c... by Monty <email address hidden>

MDEV-32532 Assertion failure in ddl_log_increment_phase_no_lock upon ..

The reason for the bug was that spider plugin does some ALTER TABLE
commands before recovery is done, which was not expected.

Fixed by resetting the ddl_log lists in create_ddl_log()