[MDEV-24168] port mariabackup thread pool from ES to CS Created: 2020-11-09 Updated: 2021-04-13 Resolved: 2021-04-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Backup |
| Fix Version/s: | N/A |
| Type: | Task | Priority: | Major |
| Reporter: | Vladislav Lesin | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||
| Description |
|
ES version contains thread pool implementation which is not currently used in CS, and also some C++11 code. Porting this part from ES to CS allow us to have less effort for ES rebasing process, and also use C++11 for 10.4+ versions. We still can't use C++11 for 10.[23]. |