maria:bb-10.2-MDEV-27602-mtr

Last commit made on 2022-02-22
Get this branch:
git clone -b bb-10.2-MDEV-27602-mtr https://git.launchpad.net/maria

Branch merges

Branch information

Name:
bb-10.2-MDEV-27602-mtr
Repository:
lp:maria

Recent commits

4632e95... by Julius Goryavsky <email address hidden>

MDEV-27602: New features for mtr

4d33bfb... by Julius Goryavsky <email address hidden>

Proposed mtr changes

4110cb1... by Julius Goryavsky <email address hidden>

Test for innodb parameters + maraibackup

18bf417... by Julius Goryavsky <email address hidden>

MDEV-27540 + MDEV-27740 + MDEV-24365 + MDEV-26377

24ec144... by Vladislav Vaintroub

MDEV-27901 Windows : expensive system calls used to calculate file system block size

The result is not used anywhere but in the output of Innodb information
schema, but this can take as much as 7%CPU (only) on a benchmark.

Fix to move fs blocksize calculate to where it is used.

4e667b9... by Vladislav Vaintroub

MDEV-27877 considerably speed up innodb_force_recovery test

decrease innodb_lock_wait_timeout for the current session.

73c391a... by Marko Mäkelä

MDEV-27583 InnoDB uses different constants for FK cascade error message in SQL vs error log

convert_error_code_to_mysql(): Use the correct limit FK_MAX_CASCADE_DEL
in the error message. The DICT_FK_MAX_RECURSIVE_LOAD applies to
the number of foreign key constraints in table definitions,
not to the number of rows that are visited while processing
a foreign key constraint.

da64e50... by Marko Mäkelä

MDEV-27722 innodb_fts.innodb-fts-ddl fails with a wrong message on FreeBSD

On FreeBSD, the error message would say "Resource deadlock avoided".
Let us simply replace the error message string in the test.

9f429a2... by Jonathan Sabbe <email address hidden>

fix: Fix 'unknown type usermodehelper_t' issue after upgrading to MariaDB 10.4.24

e195685... by Larysa Sherepa

MDEV-27548 session_tracker_last_gtid.test fails with --repeat, added cleanup after the test