blob: 7b92c86e3913a623cd9d20cb68f07a5e4f8aed66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--echo #
--echo # MDEV-21975 Add BINLOG REPLAY privilege and bind new privileges to gtid_seq_no, preudo_thread_id, server_id, gtid_domain_id
--echo #
--let var = gtid_domain_id
--let grant = REPLICATION MASTER ADMIN
--let value = 1
--source suite/sys_vars/inc/sysvar_global_grant_alone.inc
--let var = gtid_domain_id
--let grant = BINLOG REPLAY
--let value = 1
--source suite/sys_vars/inc/sysvar_session_grant_alone.inc
|