Skip to content

Commit

Permalink
ServicegroupQuery: Remove COLLATE from query column `service_host_name'
Browse files Browse the repository at this point in the history
refs #8613
  • Loading branch information
Johannes Meyer committed Apr 10, 2015
1 parent 26f0b46 commit a17c2ed
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -14,7 +14,7 @@ class ServicegroupQuery extends IdoQuery
'host' => 'so.name1 COLLATE latin1_general_ci',
'host_name' => 'so.name1',
'service' => 'so.name2 COLLATE latin1_general_ci',
'service_host_name' => 'so.name1 COLLATE latin1_general_ci',
'service_host_name' => 'so.name1',
'service_description' => 'so.name2 COLLATE latin1_general_ci'
)
);
Expand Down

0 comments on commit a17c2ed

Please sign in to comment.