Skip to content

Commit a742710

Browse files
committed
Merge branch 'angela/pk_join' of https://github.com/dolthub/go-mysql-server into angela/pk_join
2 parents 7a77707 + 0068f9e commit a742710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

memory/table.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1668,7 +1668,7 @@ func adjustRangeScanFilterForIndexLookup(filter sql.Expression, index *Index) sq
16681668
if filter == nil {
16691669
return filter
16701670
}
1671-
1671+
16721672
exprs := index.ExtendedExprs()
16731673

16741674
indexStorageSchema := make(sql.Schema, len(exprs))

0 commit comments

Comments
 (0)