[MDEV-31308] InnoDB monitor trx_rseg_history_len was accidentally disabled by default Created: 2023-05-19 Updated: 2023-06-03 Resolved: 2023-05-19 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.11.3, 10.6.13, 10.8.8, 10.9.6, 10.10.4 |
| Fix Version/s: | 10.6.14, 10.9.7, 10.10.5, 10.11.4, 11.0.3, 11.1.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | regression | ||
| Issue Links: |
|
||||||||||||||||||||
| Description |
|
There was some clean-up to the file srv0mon.cc in the latest MariaDB Server releases, to make more use of MONITOR_EXISTING (instead of duplicating some bookkeeping, mirroring existing status variables that were extended in Unfortunately, it looks like the counter trx_rseg_history_len accidentally lost the flag MONITOR_DEFAULT_ON as part of this clean-up. |
| Comments |
| Comment by Daniel Ragle [ 2023-05-19 ] |
|
Thanks, this looks good in the 10.6.14 build you pointed me to. |