summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r--sql/sql_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h
index 9cfdba1edcd..2bfdcb29dfc 100644
--- a/sql/sql_plugin.h
+++ b/sql/sql_plugin.h
@@ -78,8 +78,6 @@ typedef struct st_mysql_show_var SHOW_VAR;
#define PLUGIN_IS_DYING 16
#define PLUGIN_IS_DISABLED 32
-/* A handle for the dynamic library containing a plugin or plugins. */
-
struct st_ptr_backup {
void **ptr;
void *value;
@@ -88,6 +86,8 @@ struct st_ptr_backup {
void restore() { *ptr= value; }
};
+/* A handle for the dynamic library containing a plugin or plugins. */
+
struct st_plugin_dl
{
LEX_STRING dl;