mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10 lines
252 B
Plaintext
10 lines
252 B
Plaintext
--echo #
|
|
--echo # MDEV-21973 Bind REPLICATION {MASTER|SLAVE} ADMIN to gtid_* GLOBAL-only system variables
|
|
--echo #
|
|
|
|
--let var = gtid_strict_mode
|
|
--let grant = REPLICATION SLAVE ADMIN
|
|
--let value = 1
|
|
|
|
--source suite/sys_vars/inc/sysvar_global_grant.inc
|