maria:bb-10.5-MDEV-13362

Last commit made on 2020-03-11
Get this branch:
git clone -b bb-10.5-MDEV-13362 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-MDEV-13362
Repository:
lp:maria

Recent commits

19ef6bb... by Julius Goryavsky <email address hidden>

Merge branch '10.5' of https://github.com/MariaDB/server into bb-10.5-MDEV-13362

e9765e6... by Julius Goryavsky <email address hidden>

MDEV-13362: implement --require_secure_transport option

Currently, if a user wants to require TLS for every connection made
over the network, then every user account on the system needs to be
created with "REQUIRE SSL" or one of the other TLS options.

Implementing a require_secure_transport system varuable (which,
in particular, can be set using the --require_secure_transport=ON
command line option) in the MariaDB Server would make it a lot
easier to require TLS (or other secure transport) system-wide.

This patch implements this new system variable, adds the ability
to set it with SQL statements, from the command line and from the
configuration file, and also contains improvements for mtr that allow
the user to establish non-secure TCP/IP connections (for example,
to verify the operation of the new option).

9d7ed94... by Vladislav Vaintroub

CMake cleanup - simplify create_initial_db.cmake

Also make initial_database optional target on non-Windows, as sometimes
it can be quite handy to bootstrap without MTR.

574d8b2... by Marko Mäkelä

MDEV-21907: Fix most clang -Wconversion in InnoDB

Declare innodb_purge_threads as 4-byte integer (UINT)
instead of 4-or-8-byte (ULONG) and adjust the documentation string.

6ec3682... by Marko Mäkelä

MDEV-21743: Re-record --big-test results

4f4fcce... by Marko Mäkelä

Fix perfschema.statement_program_concurrency

0e04beb... by Alexander Barkov

Recoding new suite/perfschema/r/start_server_low_digest_sql_length.result

Fixing a test failure introduced by MDEV-21743

a1e330d... by Alexander Barkov

MDEV-21743 Split up SUPER privilege to smaller privileges

91ba789... by Oleksandr "Sanja" Byelkin

fix for VALGRIND build

7676208... by Oleksandr "Sanja" Byelkin

Fixed problem of exiting over 32 bit on windows.