Add `columns_for_distinct` for MySQL 5.7 with ONLY_FULL_GROUP_BY by kamipo · Pull Request #22241 · rails/rails

In MySQL 5.7.5 and up, ONLY_FULL_GROUP_BY affects handling of queries that use DISTINCT and ORDER BY. It requires the ORDER BY columns in the select list for distinct queries, and requires that the...