mirror of
https://github.com/MariaDB/server.git
synced 2025-02-04 21:02:17 +01:00
9 lines
217 B
Text
9 lines
217 B
Text
--echo #
|
|
--echo # MDEV-21963 Bind BINLOG ADMIN to a number of global system variables
|
|
--echo #
|
|
|
|
--let var = sync_binlog
|
|
--let grant = BINLOG ADMIN
|
|
--let value = 10
|
|
|
|
--source suite/sys_vars/inc/sysvar_global_grant.inc
|