mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
--echo #
|
|
--echo # MDEV-21971 Bind BINLOG ADMIN to binlog_annotate_row_events and binlog_row_image global and session variables
|
|
--echo #
|
|
|
|
--let var = binlog_row_image
|
|
--let grant = BINLOG ADMIN
|
|
--let value = 1
|
|
|
|
--source suite/sys_vars/inc/sysvar_global_and_session_grant.inc
|