[MDEV-18093] PLUGIN UNUSABLE does not exist Created: 2018-12-27 Updated: 2018-12-28 Resolved: 2018-12-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | 10.0, 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Ian Gilfillan | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | need_feedback | ||
| Description |
|
Plugin name is returned as 'UNUSABLE' in the below example from 10.4.1:
The same occurs if the IF [NOT] EXISTS clauses are omitted, and in 10.0. |
| Comments |
| Comment by Ian Gilfillan [ 2018-12-27 ] |
|
See discussion at https://github.com/MariaDB/server/pull/757 |
| Comment by Elena Stepanova [ 2018-12-28 ] |
|
I think it makes sense. There are two plugins in ha_example.so, EXAMPLE and UNUSABLE. Or do I misunderstand the nature of the report? |
| Comment by Ian Gilfillan [ 2018-12-28 ] |
|
Thanks, it seems to make sense. I wasn't aware that UNUSABLE was the name of a plugin when I posted, so it seemed like a generic naming error. |