maria:bb-10.8-MDEV-27206

Last commit made on 2021-12-11
Get this branch:
git clone -b bb-10.8-MDEV-27206 https://git.launchpad.net/maria

Branch merges

Branch information

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

Recent commits

98f3bf6... by Sergei Krivonos <email address hidden>

MDEV-27206: [ERROR] Duplicated key: cause, Assertion `is_uniq_key' failed with optimizer trace

ccdf571... by Marko Mäkelä

Merge 10.7 into 10.8

979b23d... by Marko Mäkelä

Add forgotten changes to the parent commit

978116d... by Marko Mäkelä

Merge 10.7 into 10.8

28b27b9... by Marko Mäkelä

Cleanup: Remove some ib::logger in recovery messages

26fdbd7... by Marko Mäkelä

Merge 10.6 into 10.7

50ed0bd... by Marko Mäkelä

MDEV-27219 Some error messages might report table names incorrectly on LLP64

In commit 49e2c8f0a6fefdeac50925f758090d6bd099768d (MDEV-25743)
some more use of the printf-style format "%.*s" was added.
The length parameter is of type int, not size_t.
On 64-bit platforms that follow the LLP64 convention (such as
64-bit Microsoft Windows), sizeof(int)==4 and sizeof(size_t)==8.

Let us explicitly cast the lengths to the correct type in order
to avoid any trouble.

c88e37f... by Sergey Petrunia

MDEV-27204: [ERROR] Json_writer: a member name was expected, Assertion `got_name

[Adjusting Sergei Krivonos's patch]

"duplicates_removal" may contain multiple elements inside it and
so should have a JSON array as a value (and not object).

f502ae8... by Sergei Golubchik

SUMMARY/DESCRIPTION for compression provider RPMs

ef77c05... by Sergei Golubchik

Merge branch '10.6' into 10.7