[MDEV-33237] Better optimize trivial functions by inlining if possible Created: 2024-01-13 Updated: 2024-01-13 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | New Feature | Priority: | Minor |
| Reporter: | Asdasd | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Some functions can be trivial to optimize, especially if they only contain a single subquery, the optimizer could just inline it to reduce runtime. |