Skip to content

Commit c24cf80

Browse files
committed
update comment
1 parent 1ed44af commit c24cf80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/analyzer/fix_exec_indexes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ type idxScope struct {
160160
ids []sql.ColumnId
161161
columns []string
162162
// Columns added from AddColumn are not included in the ResolvedTable yet. For columns that are added with a
163-
// constraint, we need to add the new columns to the scope so CreateConstraint gets the right exec index
163+
// constraint, we need to add the new columns to the scope so CreateCheck gets the right exec index
164164
addedColumns sql.Schema
165165
children []sql.Node
166166
expressions []sql.Expression

0 commit comments

Comments
 (0)