[MDEV-22274] Refactor create_tmp_table code to remove duplications. Created: 2020-04-17 Updated: 2023-12-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Optimizer |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexey Botchkov | Assignee: | Alexey Botchkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Various parts of the optimizer create temporary tables for different necessarities. As a result we have similar code in 3 places. It'd be good to unify these three and create the universal Create_tmp_table class to remove code duplications. |