MySQL sys version 1.2.0 has just been released.
All views now work with MySQL 5.7.5, and the ONLY_FULL_GROUP_BY changes.
There is also a new script available (generate_sql_file.sh) that will allow RDS users to easily generate a single SQL file, using a specified user, that can be loaded in to an RDS instance. See the README for details on how to use that.
Here’s a full summary of the other changes:
Backwards Incompatible Changes
- The host_summary_by_stages and user_summary_by_stages wait_sum and wait_avg columns were renamed to total_latency and avg_latency respectively, for consistency. …