We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79088ed commit 24595e4Copy full SHA for 24595e4
go/logic/applier.go
@@ -824,7 +824,7 @@ func (this *Applier) CalculateNextIterationRangeEndValues() (hasFurtherRange boo
824
this.LastIterationRangeMaxValues = this.migrationContext.MigrationIterationRangeMaxValues.Clone()
825
}
826
this.LastIterationRangeMutex.Unlock()
827
-
+
828
for i := 0; i < 2; i++ {
829
buildFunc := sql.BuildUniqueKeyRangeEndPreparedQueryViaOffset
830
if i == 1 {
0 commit comments