-
Type:
Incident report
-
Resolution: Cannot Reproduce
-
Priority:
Minor
-
None
-
Affects Version/s: 2.2.3, 2.2.4rc2
-
Component/s: Server (S)
-
Environment: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.