Update index.py

pull/577/head
Mr Chen 1 year ago
parent ff52646fd2
commit 53952d267e
  1. 2
      plugins/mysql/index.py

@ -3079,7 +3079,7 @@ def syncDatabaseRepair(version=''):
diff = sync_count_data[0]['num'] - local_count_data[0]['num']
print(table_name+', need sync. diff,'+str(diff))
else:
print(table_name+', OK')
# print(table_name+', OK')
mw.execShell("echo 'ok' > "+table_check_file)
# inconsistent_table = ['xx.xx']

Loading…
Cancel
Save