mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
MDEV-4750: Fix a number of test failures in EXPLAIN outputs
caused by weird behavior in innodb's persistent stats - Run the testsuite without innodb persistent stats
This commit is contained in:
parent
5f0d489da8
commit
4e89ec6692
1 changed files with 2 additions and 0 deletions
|
@ -5306,6 +5306,8 @@ sub mysqld_arguments ($$$) {
|
||||||
mtr_add_arg($args, "--loose-debug-sync-timeout=%s",
|
mtr_add_arg($args, "--loose-debug-sync-timeout=%s",
|
||||||
$opt_debug_sync_timeout) unless $opt_user_args;
|
$opt_debug_sync_timeout) unless $opt_user_args;
|
||||||
|
|
||||||
|
# MariaDB 10.0: disable innodb persistent statistics
|
||||||
|
mtr_add_arg($args, "--skip-innodb-stats-persistent");
|
||||||
return $args;
|
return $args;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue