Skip to content

Commit a611d80

Browse files
committed
add quer debug
1 parent dbdb89f commit a611d80

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

go/logic/applier.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -631,6 +631,7 @@ func (this *Applier) ApplyIterationInsertQuery() (chunkSize int64, rowsAffected
631631
this.migrationContext.IsTransactionalTable(),
632632
this.migrationContext.GetWhereClause(),
633633
)
634+
this.migrationContext.Log.Debugf("query = %s", query)
634635
if err != nil {
635636
return chunkSize, rowsAffected, duration, err
636637
}

0 commit comments

Comments
 (0)