maria:bb-10.5-MDEV-20297

Last commit made on 2019-08-08
Get this branch:
git clone -b bb-10.5-MDEV-20297 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.5-MDEV-20297
Repository:
lp:maria

Recent commits

dfe6e62... by Nikita Malyavin

MDEV-20297 sql_list: add begin() and end() for List<T>

e81db2b... by Nikita Malyavin

Add const qualifiers to Field::cmp, Field::cmp_max and Field::cmp_binary

46553c2... by CDGSThermi

Fix compiler warnings GCC8

0d5d8d2... by =?utf-8?b?TWFya3VzIE3DpGtlbMOk?= <email address hidden>

Always print slave host in SHOW SLAVE HOSTS

Since the client host can be extracted from the network connection, it can
always be printed. This makes it easier to find out where a slave is
replicating from. It could also be used to automatically discover slaves
that are replicating from a master.

1e9aa46... by Ian Gilfillan <email address hidden>

MDEV-6521: 10.5 Server HELP

ddce859... by Kentoku SHIBA

MDEV-18737 Spider "Out of memory" on armv7hl (#1363)

This is an issue of memory alignment of variable argument when calling my_multi_malloc().
The fix is strictly casting allocating size to "uint".

061a0f0... by Alexander Barkov

MDEV-20175 Move Type_handler_row from Type_collection_std to Type_collection_row

5cc2096... by Pali <email address hidden>

Switch Perl DBI scripts from DBD::mysql to DBD::MariaDB driver

Perl DBD::MariaDB driver is available CPAN and is already used in
production environment.

9a7d96e... by Ian Gilfillan <email address hidden>

Update man pages for 10.5

e6ff3f9... by Alexander Barkov

MDEV-20052 Add a MEM_ROOT pointer argument to Type_handler::make_xxx_field()