mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-21702 Add a data type for privileges
This commit is contained in:
@ -426,7 +426,7 @@ thd::thd (my_bool won) : init(), ptr(new THD(0))
|
||||
wsrep_store_threadvars(ptr);
|
||||
ptr->variables.option_bits&= ~OPTION_BIN_LOG; // disable binlog
|
||||
ptr->variables.wsrep_on= won;
|
||||
ptr->security_ctx->master_access= ~(ulong)0;
|
||||
ptr->security_ctx->master_access= ALL_KNOWN_ACL;
|
||||
lex_start(ptr);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user