mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
--echo #
|
|
--echo # MDEV-21969 Bind REPLICATION SLAVE ADMIN to relay_log_*, sync_master_info, sync_relay_log, sync_relay_log_info
|
|
--echo #
|
|
|
|
--let var = relay_log_recovery
|
|
--let grant = REPLICATION SLAVE ADMIN
|
|
--let value = 1
|
|
|
|
--source suite/sys_vars/inc/sysvar_global_grant.inc
|