EventgridQuery: Remove COLLATE from query column `service_description'

refs #8613
This commit is contained in:
Johannes Meyer 2015-04-10 15:54:55 +02:00
parent 904e91bfa9
commit 8b2c0191c4
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ class EventgridQuery extends IdoQuery
'host' => 'sho.name1 COLLATE latin1_general_ci',
'service' => 'sho.name2 COLLATE latin1_general_ci',
'host_name' => 'sho.name1',
'service_description' => 'sho.name2 COLLATE latin1_general_ci',
'service_description' => 'sho.name2',
'timestamp' => 'UNIX_TIMESTAMP(sh.state_time)'
),