maria:bb-10.11-MDEV-26715

Last commit made on 2022-09-13
Get this branch:
git clone -b bb-10.11-MDEV-26715 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.11-MDEV-26715
Repository:
lp:maria

Recent commits

5a2846a... by Vladislav Vaintroub

MDEV-26715 Fix mysql_install_db_win tests.

It looks like C/C reconnect retains the database. It is correct behavior
However there is a problem that mysql_install_db.exe does not create
'test' database, thus using mysql_install_db to create datadir,
then restarting server and reconnecting does not succeed, if 'test' was
current db before reconnect.

The problem became apparent with MDEV-26715. Why it worked before,
with a simpler 'root' definition is a mystery.

Fix is to switch current connection to 'mysql' database, prior to
reconnect to the instance created via mysql_install_db.exe

f63f372... by Vladislav Vaintroub

MDEV-26715 Windows/installer - allow passwordless login for root

Allow passwordless login in addition to usual login with password, when
creating 'root' user during install.

The effect of that change is that "local administrators" group are
allowed to connect as root user. This is done via gssapi authentication
plugin.

Clients that are not aware of gssapi client plugin, can still login with
password credentials.

0756fc6... by Vladislav Vaintroub

MDEV-26715 Windows/installer - gssapi support

Update client

90608bd... by Jan Lindström

Merge 10.10 into 10.11

c0a6ce6... by Jan Lindström

Merge 10.9 into 10.10

ddd8901... by Jan Lindström

Merge 10.8 into 10.9

dee24f3... by Jan Lindström

Merge 10.7 into 10.8

5fdbb3a... by Jan Lindström

Merge 10.6 into 10.7

9fefd44... by Jan Lindström

Merge 10.5 into 10.6

ba987a4... by Jan Lindström

Merge 10.4 into 10.5