Skip to content

Commit

Permalink
Update index.py
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jul 3, 2024
1 parent e9ee66e commit 9737d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/mysql-apt/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -3238,7 +3238,8 @@ def doFullSyncUser(version=''):
dmp_option += ' '
if isSimpleSyncCmd(cmd):
if mw.inArray(mdb8,version):
dmp_option += " --source-data=1 --apply-replica-statements --include-source-host-port --compression-algorithms "
# --compression-algorithms
dmp_option += " --source-data=1 --apply-replica-statements --include-source-host-port "
else:
dmp_option += " --master-data=1 --apply-slave-statements --include-master-host-port --compress "

Expand Down

0 comments on commit 9737d65

Please sign in to comment.