1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

cleanup: remove unused PLUGIN_INIT_SKIP_DYNAMIC_LOADING

This commit is contained in:
Sergei Golubchik
2020-03-21 20:21:58 +01:00
parent 64be8c2bf2
commit 8ab693847e
2 changed files with 15 additions and 20 deletions

View File

@ -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