mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10 lines
245 B
Plaintext
10 lines
245 B
Plaintext
--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
|