From 8ab693847e83b62a4df1903333c8aac416418f8a Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sat, 21 Mar 2020 20:21:58 +0100 Subject: cleanup: remove unused PLUGIN_INIT_SKIP_DYNAMIC_LOADING --- sql/sql_plugin.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'sql/sql_plugin.h') diff --git a/sql/sql_plugin.h b/sql/sql_plugin.h index 352d1e22ac4..8b200cfc6fd 100644 --- a/sql/sql_plugin.h +++ b/sql/sql_plugin.h @@ -55,9 +55,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 -- cgit v1.2.1