mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
Replace dynamic loading of mysqld.exe data for plugins, replace with MYSQL_PLUGIN_IMPORT
This commit is contained in:
parent
911af69d1e
commit
69f1a3215e
8 changed files with 12 additions and 62 deletions
|
|
@ -92,7 +92,7 @@ extern bool opt_disable_networking, opt_skip_show_db;
|
|||
extern bool opt_skip_name_resolve;
|
||||
extern bool opt_ignore_builtin_innodb;
|
||||
extern my_bool opt_character_set_client_handshake;
|
||||
extern bool volatile abort_loop;
|
||||
extern MYSQL_PLUGIN_IMPORT bool volatile abort_loop;
|
||||
extern bool in_bootstrap;
|
||||
extern uint connection_count;
|
||||
extern my_bool opt_safe_user_create;
|
||||
|
|
@ -155,7 +155,7 @@ extern char log_error_file[FN_REFLEN], *opt_tc_log_file;
|
|||
extern const double log_10[309];
|
||||
extern ulonglong keybuff_size;
|
||||
extern ulonglong thd_startup_options;
|
||||
extern ulong thread_id;
|
||||
extern MYSQL_PLUGIN_IMPORT ulong thread_id;
|
||||
extern ulong binlog_cache_use, binlog_cache_disk_use;
|
||||
extern ulong binlog_stmt_cache_use, binlog_stmt_cache_disk_use;
|
||||
extern ulong aborted_threads,aborted_connects;
|
||||
|
|
@ -226,7 +226,7 @@ extern MYSQL_FILE *bootstrap_file;
|
|||
extern my_bool old_mode;
|
||||
extern LEX_STRING opt_init_connect, opt_init_slave;
|
||||
extern int bootstrap_error;
|
||||
extern I_List<THD> threads;
|
||||
extern MYSQL_PLUGIN_IMPORT I_List<THD> threads;
|
||||
extern char err_shared_dir[];
|
||||
extern ulong connection_errors_select;
|
||||
extern ulong connection_errors_accept;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue