PT-2340 - Support MySQL 8.4

- Removed all unneeded occuriences of the word "master" in lib
This commit is contained in:
Sveta Smirnova
2024-07-25 23:12:43 +03:00
parent e2207ea232
commit b9a5231c9b
16 changed files with 186 additions and 114 deletions

View File

@@ -1004,7 +1004,7 @@ my $output = '';
},
);
},
qr/Slave did not catch up to its master after 2 attempts of waiting 60/,
qr/Slave did not catch up to its source after 2 attempts of waiting 60/,
"Retries wait"
);
}