Commit 86bcde82 authored by Sergey Petrunya's avatar Sergey Petrunya

Fix innodb_ignore_builtin.test

parent de8be58b
...@@ -5307,7 +5307,7 @@ sub mysqld_arguments ($$$) { ...@@ -5307,7 +5307,7 @@ sub mysqld_arguments ($$$) {
$opt_debug_sync_timeout) unless $opt_user_args; $opt_debug_sync_timeout) unless $opt_user_args;
# MariaDB 10.0: disable innodb persistent statistics # MariaDB 10.0: disable innodb persistent statistics
mtr_add_arg($args, "--skip-innodb-stats-persistent"); mtr_add_arg($args, "--loose-skip-innodb-stats-persistent");
return $args; return $args;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment