summaryrefslogtreecommitdiff
path: root/sql/sql_plugin.h
diff options
context:
space:
mode:
authorMonty <monty@mariadb.org>2014-12-22 16:53:17 +0200
committerSergei Golubchik <serg@mariadb.org>2015-02-10 10:21:17 +0100
commitd7d589dc01f6d70d1518b74d46fd3b75e76267f5 (patch)
treef9df59951453660f0038ed78cf5ceadc852bf74c /sql/sql_plugin.h
parent3a3ec744b5a31318a00821dc0ed6da8af49fda25 (diff)
downloadmariadb-git-d7d589dc01f6d70d1518b74d46fd3b75e76267f5.tar.gz
Push for testing of encryption
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;