maria:hf-s25102

Last commit made on 2019-01-23
Get this branch:
git clone -b hf-s25102 https://git.launchpad.net/maria

Branch merges

Branch information

Name:
hf-s25102
Repository:
lp:maria

Recent commits

54e0db3... by Alexey Botchkov

Support issue 25102.

01d466b... by Alexey Botchkov

support issue 25102.

audit plugin modified to see the reason of performance drop.

37ffdb4... by Marko Mäkelä

Merge 10.1 into 10.2

1d72db4... by Marko Mäkelä

MDEV-18237 InnoDB: Unable to drop FTS index aux table and further errors (possibly bogus)

row_drop_table_for_mysql(): Fix a regression introduced in MDEV-16515.
Similar to the follow-up fixes MDEV-16647 and MDEV-17470, we must make
the internal tables of FULLTEXT INDEX immune to kills, to avoid noise
and resource leakage on DROP TABLE or ALTER TABLE. (Orphan internal tables
would be dropped at the next InnoDB startup only.)

6922174... by Vladislav Vaintroub

MDEV-18289 - Fix a race between thd_destructor_proxy() startup and
server shutdown.

Prior to adding current thd to the global thd list, initialize
thd->mysys_var->current_cond / thd->mysys_var->current_mutex.

Otherwise thd_destructor_proxy can miss the abort condition, which is set
by the shutdown thread.

8e80fd6... by Marko Mäkelä

Merge 10.1 into 10.2

c1aae37... by Marko Mäkelä

Re-record results for the changed max_value of table_definition_cache

ad376a0... by THIRUNARAYANAN BALATHANDAYUTHAPANI

MDEV-18279 MLOG_FILE_WRITE_CRYPT_DATA fails to set the crypt_data->type for tablespace.

Problem:
========
MLOG_FILE_WRITE_CRYPT_DATA redo log fails to apply type for
the crypt_data present in the space. While processing the double-write
buffer pages, page fails to decrypt. It leads to warning message.

Fix:
====
Set the type while parsing MLOG_FILE_WRITE_CRYPT_DATA redo log.
If type and length is of invalid type then mark it as corrupted.

a84be48... by Marko Mäkelä

Update ,32bit.rdiff

71eb762... by Marko Mäkelä

Merge 10.0 into 10.1