From 53952d267e935a702d37bd8a8d906eaae90bbade Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 15 May 2024 13:42:57 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 4f3c9b6b7..19b7563ce 100755 --- a/plugins/mysql/index.py +++ b/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']