maria:bb-10.6-galera

Last commit made on 2021-12-15
Get this branch:
git clone -b bb-10.6-galera https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.6-galera
Repository:
lp:maria

Recent commits

7782de7... by Jan Lindström

test

30bf0bc... by Julius Goryavsky <email address hidden>

MDEV-27181: Galera SST scripts should use ssl_capath for CA directory

1. Galera SST scripts should use ssl_capath (not ssl_ca) for CA
   directory. The current implementation tries to automatically
   detect the path using the trailing slash in the ssl_ca variable
   value, but this approach is not compatible with the server
   configuration. Now, by analogy with the server, SST scripts
   also use a separate ssl_capath variable. In addition, a similar
   tcapath variable has been added for the old-style configuration
   (in the "sst" section).
2. Openssl utility detection made more reliable.
3. Removed extra spaces in automatically generated command lines -
   to simplify debugging of the SST scripts.
4. In general, the code for detecting the presence or absence of
   auxiliary utilities has been improved - it is made more reliable
   in some configurations (and for shells other than bash).

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

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.

186c1fa... by Sergei Golubchik

Merge branch '10.5' into 10.6

62ea1b4... by Sergei Golubchik

BUG#31761802 STATISTICS ANY QUERIES USING VIEWS ARE SUMMARIZED TOGETHER WITH THE VIEW DEFINITION SELECT

test case only

e27b1c3... by Sergei Golubchik

require system pcre2 in rpms

now when SLES12.3 is gone, we can enforce it

88ac91c... by Sergei Golubchik

ColumnStore and S3 SUMMARY/DESCRIPTION for RPM