diff options
Diffstat (limited to 'sql/sql_plugin.h')
-rw-r--r-- | sql/sql_plugin.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index eb5532f5d59..eaf0b40f34a 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -56,9 +56,8 @@ extern ulong dlopen_count; /* the following flags are valid for plugin_init() */ -#define PLUGIN_INIT_SKIP_DYNAMIC_LOADING 1U -#define PLUGIN_INIT_SKIP_PLUGIN_TABLE 2U -#define PLUGIN_INIT_SKIP_INITIALIZATION 4U +#define PLUGIN_INIT_SKIP_PLUGIN_TABLE 1U +#define PLUGIN_INIT_SKIP_INITIALIZATION 2U #define INITIAL_LEX_PLUGIN_LIST_SIZE 16 |