mirror of
https://github.com/MariaDB/server.git
synced 2025-01-28 01:34:17 +01:00
8 lines
201 B
Text
8 lines
201 B
Text
|
--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;
|