mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
backporting bug@27808 fixes
This commit is contained in:
@ -214,10 +214,11 @@ typedef struct st_lex_master_info
|
||||
changed variable or if it should be left at old value
|
||||
*/
|
||||
enum {LEX_MI_UNCHANGED, LEX_MI_DISABLE, LEX_MI_ENABLE}
|
||||
ssl, ssl_verify_server_cert, heartbeat_opt;
|
||||
ssl, ssl_verify_server_cert, heartbeat_opt, repl_ignore_server_ids_opt;
|
||||
char *ssl_key, *ssl_cert, *ssl_ca, *ssl_capath, *ssl_cipher;
|
||||
char *relay_log_name;
|
||||
ulong relay_log_pos;
|
||||
DYNAMIC_ARRAY repl_ignore_server_ids;
|
||||
} LEX_MASTER_INFO;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user