maria:bb-10.5-galera

Last commit made on 2022-05-24
Get this branch:
git clone -b bb-10.5-galera https://git.launchpad.net/maria

Branch merges

Branch information

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

Recent commits

cc4384b... by Jan Lindström

Update galera_sr disabled.def file

d3d5057... by Tuukka Pasanen <email address hidden>

MDEV-28376: Make sure available Perl MariaDB DBI driver is chosen

Commit introduces automatic detection which supported
Perl MariaDB DBI driver is available:

 * DBD::mysql
 * DBD::MariaDB

If nothing is then bail out and die

Current Detection prefers Perl DBD:MariaDB driver.

This is mainly for older Linux distros or Windows which does not
have Perl DBD:MariaDB packaged or does not want to use Perl cpan command.

af86949... by Norio Akagi <email address hidden>

MDEV-27892 Improve an error message for foreign server exists

Improve and add more languages for the ERROR 1476: Foreign Server
already exists.

3dd3dcc... by Tingyao Nian <email address hidden>

MDEV-22023 Update man pages titles to say MariaDB instead of MySQL

When reading the man page of e.g. 'mysql' on a system with MariaDB
installed one would actually see the man page of 'mariadb'. However the
man page had no indication of the page being for 'mariadb', which was
confusing for users.

Fix this by updating the man page title lines to use mariadb-* instead
of mysql* for MariaDB binaries that are drop-in replacements for MySQL
equivalents, indicating that the commands are actually of the MariaDB
version.

In long term, all the commands in man pages should be replaced by their
MariaDB counterparts. Update the title lines as a start, and only those
that exist as symlinks to their MariaDB counterparts.

Before:

    man mariadb-upgrade | head -n 1
    MYSQL_UPGRADE(1) ...

After:

    man mariadb-upgrade | head -n 1
    MARIADB-UPGRADE(1) ...

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.

a0f0687... by Marko Mäkelä

Merge 10.4 into 10.5

2f6a014... by Marko Mäkelä

Merge 10.4 into 10.5

f73bb92... by Oleksandr "Sanja" Byelkin

Merge branch '10.5' into bb-10.5-release

cf75793... by Oleksandr "Sanja" Byelkin

Merge branch '10.4' into bb-10.4-release

ebc140a... by Daniel Bartholomew <email address hidden>

bump the VERSION

7d5d9ea... by Oleksandr "Sanja" Byelkin

Merge branch '10.3' into bb-10.3-release