Skip to content

Commit 60ba8c5

Browse files
committed
Fix external index creation
Fixes regression introduced by 9b9301f
1 parent 00c8f15 commit 60ba8c5

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
@@ -995,6 +995,7 @@ func (b *Builder) buildExternalCreateIndex(inScope *scope, ddl *ast.DDL) (outSco
995995
config,
996996
)
997997
createIndex.Catalog = b.cat
998+
outScope.node = createIndex
998999
return
9991000
}
10001001

0 commit comments

Comments
 (0)