mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 23:54:31 +02:00
Merge 10.2 into 10.3
This commit is contained in:
commit
1df1a63924
210 changed files with 2371 additions and 698 deletions
|
|
@ -1,6 +1,11 @@
|
|||
--source include/have_aria.inc
|
||||
--source include/innodb_page_size.inc
|
||||
|
||||
# see suite.pm "check for exact values, in case the default changes to be small everywhere"
|
||||
if (`select @@max_binlog_stmt_cache_size = 4294963200 and @@innodb_page_size = 65536`) {
|
||||
skip skipped on 32bit; # tries to allocate 1GB of memory
|
||||
}
|
||||
|
||||
call mtr.add_suppression("InnoDB: New log files created");
|
||||
|
||||
let basedir=$MYSQLTEST_VARDIR/tmp/backup;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue