[BUGFIX] fix mysqltest

This commit is contained in:
obdev
2023-02-06 15:00:21 +08:00
committed by ob-robot
parent 7ec97aa320
commit bfc6083c55
5 changed files with 17 additions and 3 deletions

View File

@ -481,6 +481,9 @@ int ObLobManager::query_remote(ObLobAccessParam& param, common::ObAddr& dst_addr
}
}
}
if (ret == OB_ITER_END) {
ret = OB_SUCCESS;
}
}
}
}