Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
130351: workload/schemachanger: ignore unique violation errors for CREATE INDEX r=fqazi a=fqazi Previously, the schema changer workload added logic to ignore potential unique violation errors during CREATE UNIQUE INDEX. This logic was for the statement phase, which is not when this error would be noticed, so it did not work correctly. To address this, this patch adds the logic to make unique violations error as potential commit error for CREATE INDEX. Fixes: #129366 Release note: None Co-authored-by: Faizan Qazi <[email protected]>
- Loading branch information