EventHistoryQuery: Remove COLLATE from the column `host_name'
refs #8613
This commit is contained in:
parent
044a15d113
commit
ae10e01ed6
|
@ -32,8 +32,8 @@ class EventHistoryQuery extends IdoQuery
|
|||
'cnt_downtime_end' => "SUM(CASE eh.type WHEN 'dt_end' THEN 1 ELSE 0 END)",
|
||||
'host' => 'eho.name1 COLLATE latin1_general_ci',
|
||||
'service' => 'eho.name2 COLLATE latin1_general_ci',
|
||||
'host_name' => 'eho.name1 COLLATE latin1_general_ci',
|
||||
'service_description' => 'eho.name2 COLLATE latin1_general_ci',
|
||||
'host_name' => 'eho.name1',
|
||||
'object_type' => 'eh.object_type',
|
||||
'timestamp' => 'eh.timestamp',
|
||||
'state' => 'eh.state',
|
||||
|
|
Loading…
Reference in New Issue