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

Commit eba281d

Browse files
committed
Update NEWS file for recent changes before 1.1.0 release
1 parent 1dbcf0e commit eba281d

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

NEWS.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,36 @@
11
# Change history for the MySQL sys schema
22

3-
## 1.1.0
3+
## 1.1.0 (04/09/2014)
44

55
### Improvements
66

7-
* Added host summary views, which have the same structure as the user summary views, but aggregated by host instead
7+
* Added host summary views, which have the same structure as the user summary views, but aggregated by host instead (Contributed by Arnaud Adant)
88
* `host_summary`
99
* `host_summary_by_file_io_type`
1010
* `host_summary_by_file_io`
1111
* `host_summary_by_statement_type`
1212
* `host_summary_by_statement_latency`
1313
* `host_summary_by_stages`
14+
* `waits_by_host_by_latency`
15+
16+
* Added functions which return instruments are either enabled, or timed by default (#15) (Contributed by Jesper Wisborg Krogh)
17+
* `ps_is_instrument_default_enabled`
18+
* `ps_is_instrument_default_timed`
19+
20+
* Added a `ps_thread_id` function, which returns the thread_id value exposed within performance_schema for the current connection (Contributed by Jesper Wisborg Krogh)
21+
* Improved each of the user specific views to return aggregate values for `background` threads, instead of ignoring them (Contributed by Joe Grasse)
22+
* Optimized the `schema_table_statistics` and `schema_table_statistics_with_buffer` views, to use a new view that will get materialized (`x$ps_schema_table_statistics_io`), along with the changes to the RETURN types for `extract_schema_from_file_name` and `extract_table_from_file_name`, this results in a significant performance improvement - in one test changing the run time from 14 minutes to 20 seconds. (Conceived by Roy Lyseng, Mark Leith and Jesper Wisborg Krogh, implemented and contributed by Jesper Wisborg Krogh)
1423

1524
### Bug Fixes
1625

1726
* Removed unintentially committed sys_56_rds.sql file (See Issue #5, which is still outstanding)
27+
* Fixed the `ps_trace_statement_digest` and `ps_trace_thread` procedures to properly set sql_log_bin, and reset the thread INSTRUMENTED value correctly (Contributed by Jesper Wisborg Krogh)
28+
* Removed various sql_log_bin disabling from other procedures that no longer require it - DML against the performance_schema data is no longer replicated (Contributed by Jesper Wisborg Krogh)
29+
* Fixed EXPLAIN within `ps_trace_statement_digest` procedure (Contributed by Jesper Wisborg Krogh)
30+
* Fixed the datatype for the `thd_id` variable within the `ps_thread_stack` procedure (Contributed by Jesper Wisborg Krogh)
31+
* Fixed datatypes used for temporary tables within the `ps_trace_statement_digest` procedure (Contributed by Jesper Wisborg Krogh)
32+
* Fixed the RETURN datatype `extract_schema_from_file_name` and `extract_table_from_file_name` to return a VARCHAR(64) (Contributed by Jesper Wisborg Krogh)
33+
* Added events_transactions_current to the default enabled consumers in 5.7 (#25)
1834

1935
## 1.0.1 (23/05/2014)
2036

0 commit comments

Comments
 (0)