From 26f0b46516f63d3a977c21e11958cf8e0917b640 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 10 Apr 2015 15:31:09 +0200 Subject: [PATCH] ServicegroupQuery: Remove COLLATE from query column `host_name' refs #8613 --- .../library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php index 490cc152f..9ec98a5a9 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/ServicegroupQuery.php @@ -12,7 +12,7 @@ class ServicegroupQuery extends IdoQuery ), 'services' => array( 'host' => 'so.name1 COLLATE latin1_general_ci', - 'host_name' => '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_description' => 'so.name2 COLLATE latin1_general_ci'