mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Move memory allocations performed during Sys_var_gtid_binlog_state::do_check to Sys_var_gtid_binlog_state::global_update where they will be freed before the latter method returns.
8 lines
201 B
Plaintext
8 lines
201 B
Plaintext
--source include/have_log_bin.inc
|
|
RESET MASTER;
|
|
--error ER_WRONG_VALUE_FOR_VAR
|
|
SET
|
|
@@global.gtid_binlog_state='1-1-101,2-1-2002',
|
|
@@global.slave_parallel_mode=x;
|
|
SELECT @@global.gtid_binlog_state;
|