Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Major
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.6
-
Fix Version/s: 4.7.10
-
Component/s: Core CiviCRM, NYSS
-
Labels:
-
Documentation Required?:None
-
Sprint:4.7.10 Performance
-
Funding Source:Core Team Contract
-
Payment Status:Paid
Description
MySQL 5.7 introduces sql_mode=only_full_group_by (enabled by default), which strictly limits what can be included in the select part of a query when using group by, to avoid non-deterministic values. We should review queries and fix accordingly in order meet these requirements.
Refer to: NYSS #10020