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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user