maria:bb-10.4-MDEV-17591

Last commit made on 2019-06-15
Get this branch:
git clone -b bb-10.4-MDEV-17591 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.4-MDEV-17591
Repository:
lp:maria

Recent commits

895808e... by Rasmus Johansson

MDEV-17592 Create MariaDB named commands/symlinks

bf90a48... by Vladislav Vaintroub

Do not use LEX_CSTRING in printf-like function

f66d185... by Oleksandr "Sanja" Byelkin

Merge branch '10.3' into 10.4

772c5f3... by varun

MDEV-19634: Assertion `0' failed in row_sel_convert_mysql_key_to_innobase, [Warning] InnoDB: Using a partial-field key prefix in search

For a key with keyparts (k1,k2,k3) , if we are building a range over the keyparts
we should make sure that if min_value/max_value for a keypart is not added to
key buffer then the keyparts following should also not be allowed.

1e3dc15... by Vladislav Vaintroub

Use generated user_settings.h for WolfSSL, as recommended by WolfSSL
documentation

Apparently, WolfSSL wants to have *exactly* the same defines for
the user of the library as the was when building library itself.

A lot of #defines have an impact on ABI (structure sizes, alignment etc)

4ec302e... by Vladislav Vaintroub

WolfSSL : Fix crosscompiling i386 on x86_64, on Linux

e22d2cf... by Faustin

fix typo support-files/mariadb@.service.in

Co-Authored-By: grooverdan <email address hidden>

764a10a... by Daniel Black

MDEV-11670: mariadb@.service remove alias, clean up documentation/order

6e5c246... by Daniel Black

MDEV-11670: ensure sysconfdir/sysconf2dir are not blank for mariadb@.service

91f1694... by Daniel Black

systemd: multi-instance not for Galera, User/Group flexible

By removing Galera functionality, we remove PermissionsStartOnly=true
and hence make this service more flexible for running multiple
instances each on a different user.