[MDEV-18214] remove some duplicated MONITOR counters Created: 2019-01-11 Updated: 2020-03-04 Resolved: 2019-05-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB, Storage Engine - XtraDB |
| Affects Version/s: | 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.2.24, 10.1.41, 10.3.15, 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Marko Mäkelä |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
As noticed in that comment https://github.com/MariaDB/server/pull/1061#issuecomment-450696722 InnoDB has duplicate monitor counters. This issue is created to remove at leat log_sys_t::n_log_ios |
| Comments |
| Comment by Marko Mäkelä [ 2019-01-31 ] |
|
I think that we should permanently enable those monitor counters that duplicate counters that are available through other interfaces. |
| Comment by Marko Mäkelä [ 2019-04-29 ] |
|
A few tests failed for me with the latest update, so this does need some work. Ideally, we should try to minimize the adjustments to the tests, and write the code changes accordingly. |