Home
last modified time | relevance | path

Searched refs:max_httptestitemid (Results 1 – 10 of 10) sorted by relevance

/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/2.0/oracle/
H A Dpatch.sql883 max_httptestitemid number(20); variable
902 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
903 IF max_httptestitemid IS NULL THEN
904 max_httptestitemid := init_nodeid;
906 EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq MINVALUE ' || (max_httptestitemid + 1);
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/2.0/oracle/
H A Dpatch.sql883 max_httptestitemid number(20); variable
902 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
903 IF max_httptestitemid IS NULL THEN
904 max_httptestitemid := init_nodeid;
906 EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq MINVALUE ' || (max_httptestitemid + 1);
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/2.0/oracle/
H A Dpatch.sql883 max_httptestitemid number(20); variable
902 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
903 IF max_httptestitemid IS NULL THEN
904 max_httptestitemid := init_nodeid;
906 EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq MINVALUE ' || (max_httptestitemid + 1);
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/2.0/oracle/
H A Dpatch.sql883 max_httptestitemid number(20); variable
902 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
903 IF max_httptestitemid IS NULL THEN
904 max_httptestitemid := init_nodeid;
906 EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq MINVALUE ' || (max_httptestitemid + 1);
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/2.0/oracle/
H A Dpatch.sql883 max_httptestitemid number(20); variable
902 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
903 IF max_httptestitemid IS NULL THEN
904 max_httptestitemid := init_nodeid;
906 EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq MINVALUE ' || (max_httptestitemid + 1);
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/upgrades/dbpatches/2.0/ibm_db2/
H A Dpatch.sql1811 DECLARE max_httptestitemid BIGINT; local
1838 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
1839 IF max_httptestitemid IS NULL THEN
1840 SET max_httptestitemid = init_nodeid;
1842 …EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq AS BIGINT MINVALUE ' || (max_httptestitemid + …
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/upgrades/dbpatches/2.0/ibm_db2/
H A Dpatch.sql1811 DECLARE max_httptestitemid BIGINT; local
1838 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
1839 IF max_httptestitemid IS NULL THEN
1840 SET max_httptestitemid = init_nodeid;
1842 …EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq AS BIGINT MINVALUE ' || (max_httptestitemid + …
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/upgrades/dbpatches/2.0/ibm_db2/
H A Dpatch.sql1811 DECLARE max_httptestitemid BIGINT; local
1838 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
1839 IF max_httptestitemid IS NULL THEN
1840 SET max_httptestitemid = init_nodeid;
1842 …EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq AS BIGINT MINVALUE ' || (max_httptestitemid + …
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/upgrades/dbpatches/2.0/ibm_db2/
H A Dpatch.sql1811 DECLARE max_httptestitemid BIGINT; local
1838 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
1839 IF max_httptestitemid IS NULL THEN
1840 SET max_httptestitemid = init_nodeid;
1842 …EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq AS BIGINT MINVALUE ' || (max_httptestitemid + …
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/upgrades/dbpatches/2.0/ibm_db2/
H A Dpatch.sql1811 DECLARE max_httptestitemid BIGINT; local
1838 …SELECT MAX(httptestitemid) INTO max_httptestitemid FROM httptestitem WHERE httptestitemid BETWEEN …
1839 IF max_httptestitemid IS NULL THEN
1840 SET max_httptestitemid = init_nodeid;
1842 …EXECUTE IMMEDIATE 'CREATE SEQUENCE httptestitem_seq AS BIGINT MINVALUE ' || (max_httptestitemid + …