[MDEV-19329] ERROR: add multi different types plugin Created: 2019-04-25 Updated: 2019-04-26 Resolved: 2019-04-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | power | Assignee: | Sergei Golubchik |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Yes , have two plugins of different types in one .so (or .dll) file! You said that: What do you mean, you wrote a plugin that has two types? A plugin cannot have two types. Do you mean, you have two plugins of different types in one .so (or .dll) file? This is fine, many storage engines do that. Whenever mariadb run , it will load the .so (or .dll) file , then only the first plugins type is handed, the second plugin type is pass by the code: Thanks ! |
| Comments |
| Comment by Sergei Golubchik [ 2019-04-25 ] |
|
This is a bug database and not a dicussion forum. So far what you describe does not look like a bug. If you need help with your plugin, please write to maria-developers@lists.launchpad.net |