Commit 2bc940f7 authored by Sergei Golubchik's avatar Sergei Golubchik

disable perfschema in mtr bootstrap

should fix numerous failures of main.bootstrap tets
parent 81d01855
......@@ -3076,6 +3076,7 @@ sub mysql_install_db {
mtr_add_arg($args, "--core-file");
mtr_add_arg($args, "--console");
mtr_add_arg($args, "--character-set-server=latin1");
mtr_add_arg($args, "--disable-performance-schema");
if ( $opt_debug )
{
......
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