[MDEV-18603] Debug option to disable InnoDB monitor threads Created: 2019-02-16 Updated: 2019-02-18 Resolved: 2019-02-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.4.3, 10.3.13 |
| Type: | Task | Priority: | Trivial |
| Reporter: | Aleksey Midenkov | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
| Description |
|
Monitor thread interferes GDB session like in attached screenshot. Debug option `innodb_silent` disables startup of monitor threads. |
| Comments |
| Comment by Marko Mäkelä [ 2019-02-18 ] |
|
The option --debug=d,innodb_skip_monitors will disable the creation of the InnoDB monitor threads. |