[MDEV-21105] Port clone plugin API (MYSQL_CLONE_PLUGIN) from MySQL Created: 2019-11-20 Updated: 2023-08-01 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Geoff Montee (Inactive) | Assignee: | Ralf Gebhardt |
| Resolution: | Unresolved | Votes: | 6 |
| Labels: | upstream | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
MySQL 8.0 has a new clone plugin API with a new MYSQL_CLONE_PLUGIN plugin type: https://github.com/mysql/mysql-server/blob/mysql-8.0.18/include/mysql/plugin.h#L115 https://github.com/mysql/mysql-server/blob/mysql-8.0.18/include/mysql/plugin_clone.h It might be useful to port this to MariaDB. |
| Comments |
| Comment by Marko Mäkelä [ 2020-02-05 ] |
|
One use case for this could be server-side backup, which was filed as MDEV-14992. |