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

Commit 435155c

Browse files
committed
Update NEWS for 1.3.0 release
1 parent 6b03402 commit 435155c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

NEWS.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change history for the MySQL sys schema
22

3+
## 1.3.0 (23/10/2014)
4+
5+
### Improvements
6+
7+
* Added an `innodb_lock_waits` set of views, showing each thread that is waiting on a lock within InnoDB, and the blocking thread lock information (Contributed by Jesper Wisborg Krogh)
8+
9+
### Bug Fixes
10+
11+
* Fixed broken `host_summary_by_stages` views, broken with a last minute change before the 1.2.0 release that went unnoticed (facepalm)
12+
313
## 1.2.0 (22/10/2014)
414

515
### Backwards Incompatible Changes
@@ -18,7 +28,7 @@
1828
* The `statements_with_full_table_scans` view now ignores any SQL that starts with `SHOW`
1929
* Added a script, `generate_sql_file.sh`, that can be used to generate a single SQL file, also allowing substitution of the MySQL user to use, and/or whether the `SET sql_log_bin ...` statements should be omitted.
2030
** This is useful for those using RDS, where the root@localhost user is not accessible, and sql_log_bin is disabled (Issue #5)
21-
* Added a set `memory_by_thread_by_current_bytes` views, that summarize memory usage per thread with MySQL 5.7's memory instrumentation
31+
* Added a set of `memory_by_thread_by_current_bytes` views, that summarize memory usage per thread with MySQL 5.7's memory instrumentation
2232
* Improved each of the host specific views to return aggregate values for `background` threads, instead of ignoring them, in the same way as the user summary views
2333

2434
### Bug Fixes

0 commit comments

Comments
 (0)