[MDEV-18206] mysql_plugin "Bad format in plugin configuration file." Created: 2019-01-10 Updated: 2019-01-13 Resolved: 2019-01-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Plugins |
| Affects Version/s: | 10.3.13 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Unassigned |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | client | ||
| Description |
|
from: https://dba.stackexchange.com/questions/226722/how-to-use-mysql-plugin-utility/226737#226737
./client/mysql_plugin.c:load_plugin_data doesn't have a sane loop termination for end of file. |
| Comments |
| Comment by Elena Stepanova [ 2019-01-11 ] |
|
danblack,
Your file only contains the name of the library, no component names, hence the error. |
| Comment by Daniel Black [ 2019-01-13 ] |
|
Quite right, sorry. Not a bug. |