maria:bb-11.0-danielblack-preview-MDEV-30203-MDEV-30574-MDEV-30571-fix-pkgtest

Last commit made on 2023-02-06
Get this branch:
git clone -b bb-11.0-danielblack-preview-MDEV-30203-MDEV-30574-MDEV-30571-fix-pkgtest https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-11.0-danielblack-preview-MDEV-30203-MDEV-30574-MDEV-30571-fix-pkgtest
Repository:
lp:maria

Recent commits

3a2cd53... by Daniel Black

MDEV-30574 MariaDB-server conflicts with MariaDB-common from previous versions

Tie these two version to 11.0+.

62c9938... by Daniel Black

MDEV-30571: cpack_rpm add ${INSTALL_SYSCONF2DIR} to client ignores

file /etc/my.cnf.d from install of MariaDB-client-11.0.1-1.el7_9.x86_64
conflicts with file from package mariadb-libs-1:5.5.68-1.el7.x86_64
Shouldn't be fatal.

5dc5995... by Daniel Black

MDEV-30571: cpack_rpm Setting of Server/Client requires now append

Make the RPM_{Client,Server} append to the requirements rather than
overriding them.

Hoping this is a fix for the dropping of the MariaDB-compat client
dependency.

2ea6ef8... by Daniel Black

MDEV-30203: rpm update client/server relationship to 11.0+

526fce2... by Daniel Black

MDEV-30203: Move mysql symlinks to different package (script fix)

Move the scripts/CMakeLists.txt install links into INSTALL_SCRIPT.

As a result the linking of mariadb-install-db isn't needed.

INSTALL_SCRIPT components outside the scripts (like rocksdb)
now get the same attention.

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