Hi zabbix.com team
On the website:
http://www.zabbix.com/rn1.8.4rc4.php
you see following SQL statement, which is wrong:
MySQL:
DROP INDEX node_cksum_cksum_1 ON node_cksum;
CREATE INDEX node_cksum_1 on node_cksum (nodeid,cksumtype,tablename,recordid);
...
correct would be:
DROP INDEX node_cksum_1 ON node_cksum;
...
Maybe you should fix that.
Sincerely,
karo2k9
On the website:
http://www.zabbix.com/rn1.8.4rc4.php
you see following SQL statement, which is wrong:
MySQL:
DROP INDEX node_cksum_cksum_1 ON node_cksum;
CREATE INDEX node_cksum_1 on node_cksum (nodeid,cksumtype,tablename,recordid);
...
correct would be:
DROP INDEX node_cksum_1 ON node_cksum;
...
Maybe you should fix that.

Sincerely,
karo2k9