Ad Widget

Collapse

SQL Drop statement is wrong on zabbix.com 1.8.4rc4 site

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • karo2k9
    Junior Member
    • Jan 2009
    • 27

    #1

    SQL Drop statement is wrong on zabbix.com 1.8.4rc4 site

    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
Working...