Skip to content

Commit

Permalink
Fix mtr for builds without perfschema.
Browse files Browse the repository at this point in the history
  • Loading branch information
vaintroub committed Jan 26, 2024
1 parent 97fcafb commit 354e97c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mysql-test/mysql-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3076,7 +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");
mtr_add_arg($args, "--loose-disable-performance-schema");

if ( $opt_debug )
{
Expand Down

0 comments on commit 354e97c

Please sign in to comment.