This release includes the following:
Feature:
Aggregate Push-down: Push aggregates to the remote MySQL server instead of fetching all of the rows and aggregating them locally.
Other Fixes:
- Fixes function expression deparsing implicit/explicit coercion so that we don't send the wrong query to the MySQL server.
- Fixes import foreign schema failure due to SET type.