Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MDEV-34009] Introduce server-initiated instant failover mechanism (and TLS fixes) #3224

Open
wants to merge 11 commits into
base: 11.5
Choose a base branch
from
Next Next commit
Fix MTR for builds without performance schema
Change `--disable-performance-schema` to `--loose-disable-performance-schema`.

Sergei Golubchik broke this in 2bc940f. See
2bc940f7c940#r140575671.

It was subsequently fixed in
354e97c,
but that was never merged to 11.3 / 11.4 / 11.5.

All new code of the whole pull request, including one or several files
that are either new files or modified ones, are contributed under the
BSD-new license. I am contributing on behalf of my employer Amazon Web
Services, Inc.
  • Loading branch information
dlenski committed Apr 26, 2024
commit 5666f404dc993b919bd71d3ac0ba4859570e87ad
2 changes: 1 addition & 1 deletion mysql-test/mariadb-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3111,7 +3111,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