fix comment

This commit is contained in:
pufit 2024-11-15 02:43:04 -05:00
parent 4a507b22b2
commit cba01b3d5c

View File

@ -705,7 +705,7 @@ void RestorerFromBackup::checkAccessForObjectsFoundInBackup() const
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:
/// GRANT SELECT ON *.*
/// REVOKE SELECT FROM systems.*