maria:bb-10.8-MCOL-4944

Last commit made on 2021-12-19
Get this branch:
git clone -b bb-10.8-MCOL-4944 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.8-MCOL-4944
Repository:
lp:maria

Recent commits

f4293b3... by Sergei Krivonos <email address hidden>

MCOL-4944: fixed systemd/sd-daemon.h detection: may not use HAVE_SYSTEMD_SD_DAEMON_H name

d1afa8e... by Sergei Krivonos <email address hidden>

MCOL-4944: eleminate lib/My/Test.pm warnings

c9fcea1... by Sergei Krivonos

MDEV-27036: re-enable my_json_writer-t unit test

6208228... by Sergei Golubchik

disable galera_3nodes.galera_ipv6_mariabackup

and galera_3nodes.galera_ipv6_mariabackup_section
until their corresponding MDEV's are fixed.

They fail almost everywhere.

4434fb4... by Marko Mäkelä

Merge 10.7 into 10.8

92a4e76... by Marko Mäkelä

Merge 10.6 into 10.7

b1d647a... by mkaruza <email address hidden>

MDEV-27001 Galera crashes when converting table to partition

SQL statments could have table entries added in lexer. This entries
should not invalidate `next_global` member.

Reviewed-by: Jan Lindström <email address hidden>

660cfe4... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-27014 InnoDB fails to restore page 0 from the doublewrite buffer

- Addressing the format issue in deferred_dblwr() and changed the
function comment.

18c335a... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-27111 atomic.rename_table test case fails

  InnoDB fails to identify the deferred tablespace after recovery.
Problem is that InnoDB fails to rename the tablespace present
in recovered tablespace. Fix is that InnoDB should try to rename the
recovered tablespace when tablespace is being deferred

be5990d... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-27014 InnoDB fails to restore page 0 from the doublewrite buffer

  This patch reverts the commit cab8f4b552d234c8642f87fae28ecb098392c381.
InnoDB fails to restore page0 from doublewrite buffer when the
tablespace is being deferred. In that case, InnoDB doesn't find
INIT_PAGE redo log record for page0 and it leads to failure.
InnoDB should recovery page0 from doublewrite buffer for the
deferred tablespace before applying the redo log records.

Added deferred_dblwr() to restore page0 of deferred tablespace
from doublewrite buffer