maria:bb-10.2-MDEV-18838

Last commit made on 2020-05-19
Get this branch:
git clone -b bb-10.2-MDEV-18838 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-MDEV-18838
Repository:
lp:maria

Recent commits

66cc4ca... by Jan Lindström

MDEV-18838 : galera.galera_toi_truncate: Test failure: mysqltest: query 'reap' succeeded - should have failed with errno 1213

Test cleanup.

141cf43... by Monty <email address hidden>

Fixed assert in Aria on SHOW PROCEDURE STATUS

MDEV-18457 Assertion `(bitmap->map +
           (bitmap->full_head_size/6*6)) <= full_head_end failed

The problem was that full_head_size was not calculated correctly
in the case when insert_order was inforced, which is the case
for SHOW commands.

5b6bcb5... by Marko Mäkelä

MDEV-22611 Assertion btr_search_enabled failed during buffer pool resizing

In commit ad6171b91cac33e70bb28fa6865488b2c65e858c (MDEV-22456)
we removed the acquisition of the adaptive hash index latch
from the caller of btr_search_update_hash_ref().
The tests innodb.innodb_buffer_pool_resize_with_chunks
and innodb.innodb_buffer_pool_resize
would occasionally fail starting with 10.3,
due to MDEV-12288 causing more purge activity during the test.

btr_search_update_hash_ref(): After acquiring the adaptive hash index
latch, check that the adaptive hash index is still enabled on the page.

f9d8571... by Julius Goryavsky <email address hidden>

MDEV-22554: galera_sst_mariabackup fails with "Failed to start mysqld.2"

The problem is caused by the operation of netcat streamer and does
not appear on systems where socat is installed. We need to add the
"-N" option for netcat to call shutdown() on the socket when receiving
EOF from STDIN.

d0e3b0e... by Marko Mäkelä

Merge 10.1 into 10.2

7baa40d... by Daniel Black

MDEV-21976: mtr main.udf - broaden localhost (#1543)

Localhost, depending on the platform can return any
127.0.0.1/8 address.

c995090... by Otto Kekäläinen

Travis-CI: Remove builds that always fail to make CI useful again

Also clean away dead code that is not used and will never have any use
on the 10.2 branch.

8d056af... by Otto Kekäläinen

Travis-CI: Shorten deb build log to keep it under 4 MB

There is a 4 MB hard limit on Travis-CI and build output needs to be less
than that. Silencing the 'make install' step gets rid of a lot of
"Installing.." and "Missing.." and removing all mysql-test files will
make the dh_missing warnings much shorter.

Cherry-picked from 41952c85f1644690249ce624de7609cbebb93638.

9ddeccc... by Otto Kekäläinen

Travis-CI: Add missing build dependency dh-exec

Backported from 30b44aaec7120f41ee1383536730947cfa427308.

bf8ae81... by Alexander Barkov

Merge remote-tracking branch 'origin/10.1' into 10.2

Also, adding 10.2 related changes for MDEV-22579