[MDEV-25223] change fil_system_t::space_list and fil_system_t::named_spaces from UT_LIST to ilist Created: 2021-03-22 Updated: 2023-04-14 Resolved: 2021-03-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Fix Version/s: | 10.6.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Eugene Kosov (Inactive) | Assignee: | Eugene Kosov (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
ilist has an STL interface which supports range-for loops and also insertions and deletions are faster. But still, this task is mostly about refactoring. |