Skip to content

Commit

Permalink
fix copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
stev9171 committed Apr 25, 2022
1 parent 8a270e5 commit a3575b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@ def build_xb_args(config, basedir, defaults_file=None, binary_xtrabackup=False):
args.append("--slave-info")
if safe_slave_backup:
args.append("--safe-slave-backup")
args.append("--no-lock")
if no_lock:
args.append("--no-lock")

if not strict:
args.append("--strict=OFF")
Expand Down

0 comments on commit a3575b0

Please sign in to comment.