blob: 3cb6f9a9fdb164610b36281404d706ee4aeca616 (
plain)
1
2
3
4
5
6
7
8
9
|
--echo #
--echo # MDEV-21966 Bind REPLICATION SLAVE ADMIN to a number of global system variables
--echo #
--let var = slave_net_timeout
--let grant = REPLICATION SLAVE ADMIN
--let value = 60
--source suite/sys_vars/inc/sysvar_global_grant.inc
|