Update index.py
This commit is contained in:
parent
2387af2880
commit
cfcd4c2050
|
|
@ -2685,8 +2685,8 @@ def doFullSyncUser(version=''):
|
|||
|
||||
dmp_option = ''
|
||||
mode = recognizeDbMode()
|
||||
if mode == 'gtid':
|
||||
dmp_option = ' --set-gtid-purged=off '
|
||||
# if mode == 'gtid':
|
||||
# dmp_option = ' --set-gtid-purged=off '
|
||||
|
||||
writeDbSyncStatus({'code': 1, 'msg': '远程导出数据...', 'progress': 10})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue