maria:bb-11.0-wlad

Last commit made on 2023-01-17
Get this branch:
git clone -b bb-11.0-wlad https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-wlad
Repository:
lp:maria

Recent commits

3340d2c... by Vladislav Vaintroub

Skip optimizer_cost test, if perfschema is not compiled in.

The test is sensitive to number of engines that are statically compiled in.

43dc378... by Vladislav Vaintroub

MDEV-26714 - fix mariadb-upgrade

mariadb-upgrade needs to accept credential-manager parameter.
At the moment, it would have no effect - all the credential manager logic
is encapsulated inside cli_connect, and mariadb-upgrade does not
connect to the server itself (instead invoking the cli)

b4f70fc... by Vladislav Vaintroub

MDEV-26714 Fixup - make embedded compile

3511885... by Vladislav Vaintroub

MDEV-26714 - Allow credential manager in installer

Add a checkbox in the MSI, and parameter in mysql_install_db.exe
The effect is adding credential_manager=1 to the [client] section

f60036a... by Vladislav Vaintroub

MDEV-26714 - make credential manager an opt-in parameter for clients
with default = off

Theoretically, there is a security risk in using it (any process that runs
with current user credentials can read the password), therefore
we do not use it by default.

bd27244... by Vladislav Vaintroub

MDEV-26714 Windows, command line clients - passwordless login using Windows credential manager

39ce582... by Vladislav Vaintroub

MDEV-26714 - prerequisite patch

Move the common code for client authenication, either interactive
(reading from command line), or using provided password into new library.

1cb0835... by Sergei Golubchik

cherry-pick from 10.6: sporadic failures of perfschema.statement_program_concurrency

wait until all three concurrent statements are truly completely
finished before quering P_S.

In particular "Logging slow query" stage happens after sending the
OK packet but before the statement appears in events_statements_history

7d7d2b0... by Sergei Golubchik

cherry-pick from 10.4: disable hanging test

de43d53... by Sergei Golubchik

cherry-pick from 10.4: galera.galera_wsrep_new_cluster: fix bad merge