-
Incident report
-
Resolution: Cannot Reproduce
-
Minor
-
None
-
2.2.3, 2.2.4rc2
-
DB= Mysql with autocommit = 0
It seems that if a trigger expression is changed when autocommit is off (mysql) the new expression is not compued until zabbix_server is restarted. Possible cause might be that in mysql, when autocommit is off, all selectes without a commit or rollback will return same value (freeze in time). To see new values in the tables a commit or rollback must be issued or autocommit shoud be on.