mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
fix comment
This commit is contained in:
parent
4a507b22b2
commit
cba01b3d5c
@ -705,7 +705,7 @@ void RestorerFromBackup::checkAccessForObjectsFoundInBackup() const
|
|||||||
insertAtEnd(required_access, access_restorer->getRequiredAccess());
|
insertAtEnd(required_access, access_restorer->getRequiredAccess());
|
||||||
}
|
}
|
||||||
|
|
||||||
/// We convert to AccessRights to check if we have the permissions contains in our access.
|
/// We convert to AccessRights to check if we have the rights contained in our current access.
|
||||||
/// This handles the situation when restoring partial revoked grants:
|
/// This handles the situation when restoring partial revoked grants:
|
||||||
/// GRANT SELECT ON *.*
|
/// GRANT SELECT ON *.*
|
||||||
/// REVOKE SELECT FROM systems.*
|
/// REVOKE SELECT FROM systems.*
|
||||||
|
Loading…
Reference in New Issue
Block a user