EventHistoryQuery: Remove COLLATE from the column `host_name'

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-09 14:39:47 +02:00
parent 044a15d113
commit ae10e01ed6
1 changed files with 1 additions and 1 deletions

View File

@ -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',