From c7077ec2832d4fbfbf4fd7d0ab8082f0715792e5 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 23 May 2024 11:57:12 +0800 Subject: [PATCH] Update index.py --- plugins/mariadb/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/mariadb/index.py b/plugins/mariadb/index.py index 13eac2205..dd0fa7279 100755 --- a/plugins/mariadb/index.py +++ b/plugins/mariadb/index.py @@ -2718,8 +2718,8 @@ def doFullSyncUser(version=''): writeDbSyncStatus({'code': 4.1, 'msg': '正在导入数据中,别着急...', 'progress': 59}) return False - if os.path.exists(bak_file): - db.execute('reset master') + # if os.path.exists(bak_file): + # db.execute('reset master') time_s = time.time() if os.path.exists(bak_file):