mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Merge with next-mr-runtime.
This commit is contained in:
@@ -1076,7 +1076,7 @@ reopen_tables:
|
||||
if (check_access(thd, want_privilege,
|
||||
tl->db, &tl->grant.privilege, 0, 0,
|
||||
test(tl->schema_table)) ||
|
||||
check_grant(thd, want_privilege, tl, 0, 1, 0))
|
||||
check_grant(thd, want_privilege, tl, FALSE, 1, FALSE))
|
||||
DBUG_RETURN(TRUE);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user