maria:bb-10.5-sujatha

Last commit made on 2021-08-17
Get this branch:
git clone -b bb-10.5-sujatha https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-sujatha
Repository:
lp:maria

Recent commits

e727b91... by Sujatha Sivakumar

MDEV-23372: rpl.rpl_skip_replication still fails in buildbot with an extra
warning

Problem:
========
[Warning] Aborted connection 18 to db: 'unconnected' user: 'root' host:
'localhost' (Got an error reading communication packets)
[Note] Start binlog_dump to slave_server(2), pos(, 4), using_gtid(0),
  gtid('')
[Warning] Aborted connection 17 to db: 'unconnected' user: 'root' host:
'localhost' (A slave with the same server_uuid/server_id as this slave has
    co)
[Warning] Master is configured to log replication events with checksum, but
will not send such events to slaves that cannot process theml

Analysis:
=========
Issue is similar MDEV-14203. MDEV-14203 fix addressed network write error
issue now the same needs to be implemented for network read error.

Fix:
===
Upon network read error donot attempt reconnect, proceed to master-slave
handshake. This ensures that master is aware of slave's capability to use
checksums.

2553130... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-26273 InnoDB FTS DDL fails when innodb_force_recovery is set to 2

InnoDB DDL fails when it tries to sync the table
when innodb_force_recovery is set to 2. Problem
is that fts_optimize_wq is not initialized when
there are no background threads. fts_sync_during_ddl()
should check whether fts_optimize_wq is initialized.

3d16e0e... by Daniel Black

deb: columnstore not 32bit (fix)

Fix for previous commit, shell logic for repeat configure
stages corrected to use subshell.

0268b87... by Daniel Black

deb: columnstore not 32bit

Columnstore badly failed on 32bit. The way Debian triggers
somehow doesn't detect the amd64 in the architecture of columnstore
so we explicitly disable it to prevent failures on x86_32.

The architecture from the control file is sufficient to not build
of arm64 and other unsupported achitectures so we don't need to
disable columnstore by default.

The logic around not building columnstore on Travis/Gitlab ci
can be preserved with a autobake-deb.sh restructure.

30d33d8... by Daniel Black

deb: s390x no WolfSSL workaround as upstream fixed in 4.6.0

https://github.com/wolfSSL/wolfssl/issues/2828 lists 4.6.0 a
as the fixed version as we currently have 4.8.0.

Since the time of the above issue, Debian has allowed OpenSSL
linking.

070183c... by Vladislav Vaintroub

MDEV-26325 Shutdown hangs whenever named pipes were used for connections.

This was a regression introduced in MDEV-18353, where to CONNECT objects
were incorrectly counted for named pipes.

10db7fc... by Alexey Botchkov

MENT-977 log priv host / priv user.

Add server functions to provide necessary data.

20a9f0b... by Daniel Bartholomew <email address hidden>

bump the VERSION

b5569b6... by Oleksandr "Sanja" Byelkin

Update columnstore

42bf651... by Oleksandr "Sanja" Byelkin

update PCRE2