MDEV-19614: Fix innodb_plugin on Windows
LOCK_global_system_variables: Declare with MYSQL_PLUGIN_IMPORT
This commit is contained in:
parent
bf8fe324d2
commit
8358c6f03e
@ -1,5 +1,5 @@
|
|||||||
/* Copyright (c) 2006, 2016, Oracle and/or its affiliates.
|
/* Copyright (c) 2006, 2016, Oracle and/or its affiliates.
|
||||||
Copyright (c) 2010, 2016, MariaDB
|
Copyright (c) 2010, 2019, MariaDB
|
||||||
|
|
||||||
This program is free software; you can redistribute it and/or modify
|
This program is free software; you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -560,11 +560,11 @@ extern mysql_mutex_t
|
|||||||
LOCK_item_func_sleep, LOCK_status, LOCK_show_status,
|
LOCK_item_func_sleep, LOCK_status, LOCK_show_status,
|
||||||
LOCK_error_log, LOCK_delayed_insert, LOCK_short_uuid_generator,
|
LOCK_error_log, LOCK_delayed_insert, LOCK_short_uuid_generator,
|
||||||
LOCK_delayed_status, LOCK_delayed_create, LOCK_crypt, LOCK_timezone,
|
LOCK_delayed_status, LOCK_delayed_create, LOCK_crypt, LOCK_timezone,
|
||||||
LOCK_slave_list, LOCK_active_mi, LOCK_manager,
|
LOCK_slave_list, LOCK_active_mi, LOCK_manager, LOCK_user_conn,
|
||||||
LOCK_global_system_variables, LOCK_user_conn,
|
|
||||||
LOCK_prepared_stmt_count, LOCK_error_messages, LOCK_connection_count,
|
LOCK_prepared_stmt_count, LOCK_error_messages, LOCK_connection_count,
|
||||||
LOCK_slave_background;
|
LOCK_slave_background;
|
||||||
extern MYSQL_PLUGIN_IMPORT mysql_mutex_t LOCK_thread_count;
|
extern MYSQL_PLUGIN_IMPORT mysql_mutex_t LOCK_thread_count,
|
||||||
|
LOCK_global_system_variables;
|
||||||
#ifdef HAVE_OPENSSL
|
#ifdef HAVE_OPENSSL
|
||||||
extern char* des_key_file;
|
extern char* des_key_file;
|
||||||
extern mysql_mutex_t LOCK_des_key_file;
|
extern mysql_mutex_t LOCK_des_key_file;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user