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

@@ -164,10 +164,10 @@ cmd_ok \
if [ -n "$(get_var log_bin "$p/mysql-variables")" ]; then
cmd_ok \
"test -e $p/mysql-master-logs" \
"test -e $p/mysql-binary-logs" \
"If we have a binlog, a file with the master logs should exist"
cmd_ok \
"test -e $p/mysql-master-status" \
"test -e $p/mysql-binary-log-status" \
"And likewise for master status"
else
skip 1 2 "no binlog"