From 4b200765aa9222b408dbcd44d2a8be6f208cf95d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 15 May 2024 05:02:01 +0800 Subject: [PATCH] Update index.py --- plugins/mysql/index.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/plugins/mysql/index.py b/plugins/mysql/index.py index 5e41e50e6..80262dbc6 100755 --- a/plugins/mysql/index.py +++ b/plugins/mysql/index.py @@ -3107,8 +3107,10 @@ def syncDatabaseRepair(version=''): print(pkey_val) mw.writeFile(table_name_pos_file, str(pkey_val)) else: - print(local_select_data) - print(sync_select_data) + # print(local_select_data) + # print(sync_select_data) + print(len(local_select_data)) + print(len(sync_select_data)) time.sleep(1)