Skip to content

Commit

Permalink
disable perfschema in mtr bootstrap
Browse files Browse the repository at this point in the history
should fix numerous failures of main.bootstrap tets
  • Loading branch information
vuvova committed Jan 23, 2024
1 parent 81d0185 commit 2bc940f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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 )
{
Expand Down

0 comments on commit 2bc940f

Please sign in to comment.