[MDEV-23289] Move XML functions into a plugin Created: 2020-07-25 Updated: 2023-12-22 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Plugins, XML Functions |
| Fix Version/s: | 11.5 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexey Botchkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The implementation of XML functions ExtractValue() and UpdateXML() is relatively big, it takes around 0.94% of the overall server binary size (stripped):
Let's move XML functions into a loadable MariaDB_FUNCTION_PLUGIN. |