mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Push for testing of encryption
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user