Commit 6baf3e13 authored by Sergey Petrunya's avatar Sergey Petrunya

Merge

parents 9c1285ba 4e89ec66
......@@ -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;
}
......
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