Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sql: fix nil pointer error in RunPostDeserializationChanges
In some restore paths, the privilegeDescriptor would be nil in RunPostDeserializationChanges, avoid doing work on a nil pointer. Release note: None
- Loading branch information