-
Problem report
-
Resolution: Fixed
-
Blocker
-
4.0.0alpha9
-
centos 7
-
Sprint 39
-
0.125
Steps to reproduce:
- Create a trigger using function : find string V in ...
- The trigger will never be run because zabbix frontend can not update in database. The error output
9146:20180801:141440.846 [Z3005] query failed: [1054] Unknown column 'function' in 'field list' [update triggers set expression='\{20010}=1' where triggerid=18300; update triggers set expression='\{44971}=1' where triggerid=41033; update functions set function='str',parameter='No' where functionid=20010; update functions set function='str',parameter='No' where functionid=44971; ]
- Checked the table function : there is no column name : function.
- caused by
-
ZBXNEXT-4569 "groups" (8.0.2) and "function" (8.0.1) are reserved words since MySQL 8.0
- Closed
- mentioned in
-
Page Loading...