[MDEV-6164] Trim THD by moving out fields specific to system threads Created: 2014-04-24 Updated: 2014-10-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor |
| Reporter: | Kristian Nielsen | Assignee: | Kristian Nielsen |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Trim THD by moving out fields specific to system threads The class THD has a number of fields that are used only in special system We should intruduce a THD::system_thread_info, which is a union of pointers to
Non-exhaustive list of candidates to be moved into this union:
In addition, it should be enough to have a single field, |