Skip to content
  • magnus.blaudd@oracle.com's avatar
    422783ad
    WL#6815 Adapt MySQL Cluster to 5.7 · 422783ad
    magnus.blaudd@oracle.com authored
     - two different SELECT DISTINCT queries fail because they use ORDER BY
       on a column not in select list, this is not allowed with the new ONLY_FULL_GROUP_BY sql_mode.
     - Fix by turning ONLY_FULL_GROUP_BY off and then back on after the queries
     - Re WL2489 "better only_full_group_by"
    422783ad
    WL#6815 Adapt MySQL Cluster to 5.7
    magnus.blaudd@oracle.com authored
     - two different SELECT DISTINCT queries fail because they use ORDER BY
       on a column not in select list, this is not allowed with the new ONLY_FULL_GROUP_BY sql_mode.
     - Fix by turning ONLY_FULL_GROUP_BY off and then back on after the queries
     - Re WL2489 "better only_full_group_by"
Loading