[MDEV-20764] Add MariaDB_FUNCTION_COLLECTION_PLUGIN Created: 2019-10-07 Updated: 2019-10-16 Resolved: 2019-10-07 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Plugins |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
A function collection plugin will provide an array of Create_item's. A function collection plugin data will have a structure approximately like this:
m_elements will point to a static array of Native_func_registry's, like the one defined in item_create.cc:
When initializing a function collection plugin, the server will populate m_hash. Function collection plugins will allow to:
|