maria:10.5-windows-afunix

Last commit made on 2019-12-24
Get this branch:
git clone -b 10.5-windows-afunix https://git.launchpad.net/maria

Branch merges

Branch information

Name:
10.5-windows-afunix
Repository:
lp:maria

Recent commits

4eefb80... by Vladislav Vaintroub

Support AF_UNIX socket on Windows

523879d... by Alexander Barkov

A cleanup for MDEV-17088: disabling mariadb-conv-*.test for embedded

3265158... by Marko Mäkelä

MDEV-21133: Alignment hints for ROW_FORMAT=COMPRESSED

page_zip_compress(), page_zip_decompress_low(), page_zip_reorganize():
Make use of memcpy_aligned() and memset_aligned(), so that some
operations can be translated more efficiently.

No difference was observed for AMD64 on GCC 9.2.1. But, such hints could
enable more efficient code on less common instruction set architectures,
such as 32-bit ARM, POWER or MIPS.

5a00792... by Marko Mäkelä

Merge 10.4 into 10.5

51a4260... by Marko Mäkelä

MDEV-21133: Introduce memmove_aligned()

Both variants of the InnoDB page directory are aligned to the entry size
(16 bits). Inform the compiler about it.

7955e19... by Marko Mäkelä

Cleanup: Remove a constant template parameter

dict_table_t::init_instant(): Remove bool replace_dropped=true.
The template parameter was unnecessarily added in
commit a044e326a833297c97d688673b00f71a10182f25.

a8bf39c... by Jan Lindström

Disable failing Galera test cases.

ad5b7b1... by Tony Reix

MDEV-19510 Issue with: sql/wsrep_mysqld.cc : ip_len

Patch `36a2a185fe18` introduced `wsrep_server_incoming_address()` in `10.4`.
Since AIX `/usr/include/netinet/ip.h` header defines `ip_len` as `ip_ff.ip_flen`
and `size_t const ip_len` is preprocessed as `size_t const ip_ff.ip_vhltl.ip_x.ip_xlen`,
to prevent the define from overwriting code in MariaDB,
rename the variable name to `ip_len_mdb`.

This patch is done by Tony Reix <email address hidden>.
This patch was submitted under MCA.
Closes #1307

0f71e9e... by Marko Mäkelä

Merge 10.4 into 10.5

3826178... by Marko Mäkelä

Fix the Windows non-debug build

warning C4390: ';': empty controlled statement found; is this the intent?