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

Commit 54e1e40

Browse files
committed
Try some alternate styling for the NEWS file
1 parent f0119ca commit 54e1e40

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
### Improvements
66

77
* 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.
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.
1010

1111
* 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.
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.
1616

1717
### Bug Fixes
1818

0 commit comments

Comments
 (0)