1
0
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:
Sergey Petrunya
2013-07-03 19:32:58 +04:00
parent 5f0d489da8
commit 4e89ec6692

View File

@ -5306,6 +5306,8 @@ sub mysqld_arguments ($$$) {
mtr_add_arg($args, "--loose-debug-sync-timeout=%s",
$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;
}