From f7559f6a55fd41e791bee935c262d33cdb80f334 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 16 Jul 2024 17:36:39 +0800 Subject: [PATCH] Update index.py --- plugins/zabbix/index.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/zabbix/index.py b/plugins/zabbix/index.py index c3a2b5066..b54c94642 100755 --- a/plugins/zabbix/index.py +++ b/plugins/zabbix/index.py @@ -177,8 +177,6 @@ def zabbixImportMySQLData(): pmdb.query("set global log_bin_trust_function_creators=0") - - ver = getInstallVerion() if ver == '6.0': pmdb.query("update dbversion set mandatory=6000000")