Ido\ContactgroupQuery needs a conservative count approach
This commit is contained in:
parent
dc34905315
commit
d9f1c4678b
|
@ -39,6 +39,7 @@ class ContactgroupQuery extends AbstractQuery
|
|||
'service_description' => 'so.name2 COLLATE latin1_general_ci',
|
||||
)
|
||||
);
|
||||
protected $uglySlowConservativeCount = true;
|
||||
|
||||
protected function joinBaseTables()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue