Skip to content

Commit 8e74d39

Browse files
author
James Cor
committed
formatting
2 parents 12b09ce + bdc846f commit 8e74d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/rowexec/dml_iters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ func getRowHandler(clientFoundRowsToggled bool, iter sql.RowIter) accumulatorRow
545545
return rowHandler
546546
}
547547
sch := i.schema
548-
// special case for foreign keys, plan.ForeignKeyHandler.Schema() returns original schema
548+
// special case for foreign keys, plan.ForeignKeyHandler.Schema() returns original schema
549549
if fkHandler, isFk := i.updater.(*plan.ForeignKeyHandler); isFk {
550550
sch = fkHandler.Sch
551551
}

0 commit comments

Comments
 (0)