diff options
author | Mats Kindahl <mats.kindahl@oracle.com> | 2011-09-07 13:50:51 +0200 |
---|---|---|
committer | Mats Kindahl <mats.kindahl@oracle.com> | 2011-09-07 13:50:51 +0200 |
commit | 4024c206708839f9ab395411149ab78880dbd5af (patch) | |
tree | 60ede7bee9f9b6be781e6666736ab282c0b7a6b7 /client/mysql_plugin.c | |
parent | 97a33d38edb23d9c8baf6e4d97902f0d511d6865 (diff) | |
download | mariadb-git-4024c206708839f9ab395411149ab78880dbd5af.tar.gz |
WL#5973: Support marking plugins as not possible
to install or uninstall dynamically
This patch does the following:
- Step the plugin interface version.
- A flag field to the st_mysql_plugin structure that is
used by plugins to provide basic information about the
plugin.
- Two new flags to mark that a plugin cannot be loaded
or unloaded dynamically (from a running server) but
has to be installed or uninstalled offline.
- Two new error messages for reporting error when trying
to install or uninstall a plugin marked as not instal-
lable or not uninstallable.
- Update all plugins to initialize the new flags field
to 0 explicitly.
This is a missing commit message for revision:
mats.kindahl@oracle.com-20110815181211-4l94m162xs1mtrei
Diffstat (limited to 'client/mysql_plugin.c')
0 files changed, 0 insertions, 0 deletions