From 9557585f6a5b1cfa9ffa23c567164f65fc88bee0 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 8 Apr 2015 14:49:18 +0200 Subject: [PATCH] Add an additional column for servicegroup names with unchanged collation refs #8613 --- .../library/Monitoring/Backend/Ido/Query/StatusQuery.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/monitoring/library/Monitoring/Backend/Ido/Query/StatusQuery.php b/modules/monitoring/library/Monitoring/Backend/Ido/Query/StatusQuery.php index 3c6a31793..17a12259e 100644 --- a/modules/monitoring/library/Monitoring/Backend/Ido/Query/StatusQuery.php +++ b/modules/monitoring/library/Monitoring/Backend/Ido/Query/StatusQuery.php @@ -166,6 +166,7 @@ class StatusQuery extends IdoQuery ), 'servicegroups' => array( 'servicegroup' => 'sgo.name1 COLLATE latin1_general_ci', + 'servicegroup_name' => 'sgo.name1', 'servicegroup_alias' => 'sg.alias' ), 'services' => array(