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

Commit f0119ca

Browse files
committed
Add a NEWS file
1 parent 294d77b commit f0119ca

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

NEWS.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Change history for the MySQL sys schema
2+
3+
## 1.0.1
4+
5+
### Improvements
6+
7+
* Added procedures to enable / disable Performance Schema consumers. (Contributed by the MySQL QA Team)
8+
** `ps_setup_disable_consumers(<LIKE string>)` allows disabling any consumers matching the LIKE string.
9+
** `ps_setup_enable_consumers(<LIKE string>)` allows enabling any consumers matching the LIKE string.
10+
11+
* Added procedures to show both enabled and disbled consumers or instruments individually, these are more useful for tooling than the `ps_setup_show_enabled`/`ps_setup_show_disabled` procedures which show all configuration in multiple result sets. (Contributed by the MySQL QA Team)
12+
** `ps_setup_show_disabled_consumers` shows only disabled consumers.
13+
** `ps_setup_show_disabled_instruments` shows only disabled instruments.
14+
** `ps_setup_show_enabled_consumers` shows only enabled consumers.
15+
** `ps_setup_show_enabled_instruments` shows only enabled instruments.
16+
17+
### Bug Fixes
18+
19+
* Running the installation scripts sometimes failed because of the comment format. (#1) (Contributed by Joe Grasse)
20+
* Some views did not work with the ERROR_FOR_DIVISION_BY_ZERO SQL mode. (#6) (Contributed by Joe Grasse)
21+
* On Windows the `ps_thread_stack()` stored function failed to escape file path backslashes correctly within the JSON output.
22+
23+
## 1.0.0 (11/04/2004)

0 commit comments

Comments
 (0)