Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/create
diff options
context:
space:
mode:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-06-30 11:22:46 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2022-06-30 11:22:46 +0300
commiteee47baebc1fe1ceead73b85fd3aa9675fa6ce0b (patch)
treef1ed83dac4698c2e5c1cacaf1f53f4e0cd3666b2 /create
parent0a2d768803c239684657107ac4a9868ea9dda216 (diff)
.......... [DEV-2097] tsdb - removed manual compr job execution due to bug
Diffstat (limited to 'create')
-rwxr-xr-xcreate/bin/gen_history_pk.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/create/bin/gen_history_pk.pl b/create/bin/gen_history_pk.pl
index 668ce08e830..b6ff164d43c 100755
--- a/create/bin/gen_history_pk.pl
+++ b/create/bin/gen_history_pk.pl
@@ -168,7 +168,6 @@ BEGIN
END IF;
PERFORM alter_job(jobid, scheduled => true);
- CALL run_job(jobid);
END IF;
END $$;
HEREDOC