mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-22 20:19:00 +00:00
PT-2340 - Support MySQL 8.4
- Removed all unneeded occuriences of the word "master" in lib
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user