Skip to content

Commit c5ba717

Browse files
authored
Merge pull request #2300 from arthurt/fix-create-external-index
Fix External Index Creation
2 parents 527b791 + 60ba8c5 commit c5ba717

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sql/planbuilder/ddl.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ func (b *Builder) buildExternalCreateIndex(inScope *scope, ddl *ast.DDL) (outSco
997997
config,
998998
)
999999
createIndex.Catalog = b.cat
1000+
outScope.node = createIndex
10001001
return
10011002
}
10021003

0 commit comments

Comments
 (0)