Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit a1374ea

Browse files
committed
Update NEWS for the 1.5.1 release
1 parent 5ea888e commit a1374ea

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Change history for the MySQL sys schema
22

3+
## 1.5.1 (07/07/16)
4+
5+
### Improvements
6+
7+
* A `quote_identifier` function was added, which can be used to properly backtick identifier names
8+
* 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)
9+
10+
### Bug Fixes
11+
12+
* 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 backslashes within Windows paths to forward slash
13+
* Oracle Bug #21663578 - Fixed an instability within the sysschema.v_schema_tables_with_full_table_scans test
14+
* Oracle Bug #21970078 - The host_summary view could fail with a division by zero error
15+
* MySQL Bug #78874 / Oracle Bug #22066096 - The `ps_setup_show_enabled` procedure showed all rows for the `performance_schema.setup_objects` table, rather than only those that are enabled
16+
* MySQL Bug #80569 / Oracle Bug #22848110 - The `max_latency` column for the `host_summary_by_statement_latency` view incorrectly showed the SUM of latency
17+
* MySQL Bug #80833 / Oracle Bug #22988461 - The `pages_hashed` and `pages_old` columns within the `innodb_buffer_stats_by_schema` and `innodb_buffer_stats_by_table` views were calculated incorrectly (**Contributed by Tsubasa Tanaka**)
18+
* MySQL Bug #78823 / Oracle Bug #22011361 - The `create_synonym_db` procedure failed when using reserved words as the synonym name (this change also introduced the `quote_identifier` function mentioned above **Contriubuted by Paul Dubois**)
19+
* MySQL Bug #81564 / Oracle Bug #23335880 - The `ps_setup_show_enabled` and `ps_setup_show_disabled` procedures were fixed to:
20+
** Show `user@host` instead of `host@user` for accounts
21+
** Fixed the column header for `disabled_users` within `ps_setup_show_disabled`
22+
** Explicitly ordered all output for test stability
23+
** Show disabled users for 5.7.6+
24+
* Oracle Bug #21970806 - The `sysschema.fn_ps_thread_trx_info` test was unstable
25+
* Oracle Bug #23621189 - The `ps_trace_statement_digest` procedure ran EXPLAIN incorrectly in certain cases (such as on a SHOW statement, no query being specified, or not having a full qualified table), the procedure now catches these issues and ignores them
26+
327
## 1.5.0 (11/09/15)
428

529
### Improvements

0 commit comments

Comments
 (0)