Home
last modified time | relevance | path

Searched refs:grant_as_for_rewrite (Results 1 – 1 of 1) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/sql/auth/
H A Dsql_authorization.cc3561 LEX_GRANT_AS grant_as_for_rewrite; in mysql_grant() local
3567 grant_as_for_rewrite.grant_as_used = true; in mysql_grant()
3569 grant_as_for_rewrite.role_type = in mysql_grant()
3576 grant_as_for_rewrite.user = LEX_USER::alloc( in mysql_grant()
3579 if (grant_as_for_rewrite.role_type == role_enum::ROLE_NAME) { in mysql_grant()
3580 grant_as_for_rewrite.role_list = new (thd->mem_root) List<LEX_USER>; in mysql_grant()
3582 thd, *grant_as_for_rewrite.role_list); in mysql_grant()
3585 grant_as_ptr = &grant_as_for_rewrite; in mysql_grant()