MySQL sys version 1.5.1 has just been released.
This is a purely bug fix release, and has been merged in to the upcoming MySQL 5.7.14 release.
Here’s a full summary of the changes:
Improvements
- A quote_identifier function was added, which can be used to properly backtick identifier names
- The `Tls_version` column was added to the output from the `mysql.slave_master_info` table, from the `diagnostics` procedure (backported from 5.7 upstream change)
Bug Fixes
- MySQL Bug #77853 / Oracle Bug #21512106 – The `format_path` function did not consider directory boundaries when comparing variables to paths – it now does. Also fixed to no longer translate …