mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03: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:
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user