maria:bb-10.11-mdev-22168-hf

Last commit made on 2022-12-13
Get this branch:
git clone -b bb-10.11-mdev-22168-hf https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.11-mdev-22168-hf
Repository:
lp:maria

Recent commits

a1f46cc... by Alexey Botchkov

fix to make the RENAME working.

6daecf4... by Alexey Botchkov

MDEV-22168 Supporting multiple engines with table partitioning.

d186cb1... by Vladislav Vaintroub

MDEV-26715 Windows/installer - gssapi support

update libmariadb

f97c8f7... 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

125e172... 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.

e387b39... by Oleksandr "Sanja" Byelkin

Merge branch '10.10' into 10.11

f8997c6... by Oleksandr "Sanja" Byelkin

Merge branch '10.9' into 10.10

acf8dc0... by Oleksandr "Sanja" Byelkin

Merge branch '10.8' into 10.9

a2c85f3... by Oleksandr "Sanja" Byelkin

Merge branch '10.7' into 10.8

5e196a7... by Oleksandr "Sanja" Byelkin

Merge branch '10.6' into 10.7