summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/gtid_binlog_state_basic.result
blob: ae845d08086d30f5569f94c3e9087672ca7d3ef1 (plain)
1
2
3
4
5
6
7
8
9
10
11
SELECT @@GLOBAL.gtid_slave_pos;
@@GLOBAL.gtid_slave_pos

SET gtid_binlog_state= '';
ERROR HY000: Variable 'gtid_binlog_state' is a GLOBAL variable and should be set with SET GLOBAL
SET SESSION gtid_binlog_state= '';
ERROR HY000: Variable 'gtid_binlog_state' is a GLOBAL variable and should be set with SET GLOBAL
SET GLOBAL gtid_binlog_state= DEFAULT;
ERROR 42000: Variable 'gtid_binlog_state' doesn't have a default value
SELECT @@session.gtid_binlog_state;
ERROR HY000: Variable 'gtid_binlog_state' is a GLOBAL variable