mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10 lines
273 B
Plaintext
10 lines
273 B
Plaintext
--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_seq_no
|
|
--let grant = BINLOG REPLAY
|
|
--let value = 1
|
|
|
|
--source suite/sys_vars/inc/sysvar_session_grant.inc
|