summaryrefslogtreecommitdiff
path: root/mysql-test/suite/sys_vars/r/gtid_current_pos_basic.result
blob: 3ddc20d9b8c5f4c1c3d7ca9b3b403422c9427a0e (plain)
1
2
3
4
5
6
7
8
9
SET GLOBAL gtid_current_pos= '';
ERROR HY000: Variable 'gtid_current_pos' is a read only variable
SELECT variable_name FROM information_schema.global_variables
WHERE variable_name='gtid_current_pos';
variable_name
GTID_CURRENT_POS
SELECT @@gtid_current_pos;
SELECT @@session.gtid_current_pos;
ERROR HY000: Variable 'gtid_current_pos' is a GLOBAL variable