1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.3 into 10.4

This commit is contained in:
Marko Mäkelä
2020-09-03 15:53:38 +03:00
78 changed files with 1535 additions and 1150 deletions

View File

@@ -0,0 +1,7 @@
if (!$XTRABACKUP) {
skip Needs mariabackup;
}
if (!$MTR_GALERA_TFMT) {
skip Needs socat or nc;
}

View File

@@ -0,0 +1,5 @@
[covering]
innodb_prefix_index_cluster_optimization=on
[unoptimized]
innodb_prefix_index_cluster_optimization=off

View File

@@ -0,0 +1 @@
--source include/have_innodb.inc