Skip to content

Commit b1bb987

Browse files
committed
Many planning tests expect results consistent with xy.y_idx being unique. Rather than changes those tests, I made the index unique.
1 parent 3f02723 commit b1bb987

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

enginetest/scriptgen/setup/scripts/xy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
exec
2-
CREATE table xy (x int primary key, y int, index y_idx(y));
2+
CREATE table xy (x int primary key, y int, unique index y_idx(y));
33
----
44

55
exec

enginetest/scriptgen/setup/setup_data.sg.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)