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");

This comment has been minimized.

Copy link
@dlenski

dlenski Apr 4, 2024

Contributor

@vuvova This completely breaks the ability to run any MTR at all when performance-schema is not compiled in to the server, and the option is unrecognized.

How about --loose-disable-performance-schema?

This comment has been minimized.

Copy link
@dlenski

This comment has been minimized.

Copy link
@vuvova

vuvova Apr 4, 2024

Author Member

Sorry for this. It was fixed in 354e97c, three days later

This comment has been minimized.

Copy link
@dlenski

dlenski Apr 4, 2024

Contributor

It was fixed in 354e97c, three days later

Ah, I see. But that fix was never merged to 11.3, 11.4, or 11.5, unlike this bug-introducing commit which was.


if ( $opt_debug )
{
Expand Down

0 comments on commit 2bc940f

Please sign in to comment.