mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-21743 Split up SUPER privilege to smaller privileges
This commit is contained in:
@ -189,7 +189,7 @@ void mysql_client_binlog_statement(THD* thd)
|
||||
thd->lex->comment.length : 2048),
|
||||
thd->lex->comment.str));
|
||||
|
||||
if (check_global_access(thd, SUPER_ACL))
|
||||
if (check_global_access(thd, PRIV_STMT_BINLOG))
|
||||
DBUG_VOID_RETURN;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user