Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
135693: sql/importer: avoid pointless rand read for imported uuids r=dt a=dt Imported UUIDs are replaced with deterministic UUIDs to enable resuming imports. Previously however, the in-memory UUID with this deterministic UUID was made by making a random UUID -- reading random numbers from system entropy -- and then replacing what it read with the deterministic numbers. This skips the epensive and pointless init and just makes an empty struct for the deterministic numbers to be set in. Release note: none. Epic: none. Co-authored-by: David Taylor <[email protected]>
- Loading branch information