mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-14 11:10:40 -05:00
go/doltcore/sqle: fix dropped error in read-replica-db
This commit is contained in:
@@ -379,6 +379,9 @@ func pullBranches(
|
||||
|
||||
_, err := rrd.limiter.Run(ctx, "-all", func() (any, error) {
|
||||
pullErr := rrd.ddb.PullChunks(ctx, rrd.tmpDir, rrd.srcDB, remoteHashes, nil)
|
||||
if pullErr != nil {
|
||||
return nil, pullErr
|
||||
}
|
||||
|
||||
REFS: // every successful pass through the loop below must end with CONTINUE REFS to get out of the retry loop
|
||||
for _, remoteRef := range remoteRefs {
|
||||
|
||||
Reference in New Issue
Block a user