fix reuse dblink conn pool of dropped tenant bug

This commit is contained in:
sdc
2023-06-13 08:23:36 +00:00
committed by ob-robot
parent a8ce86fac6
commit cb73a34eda
3 changed files with 9 additions and 5 deletions

View File

@ -446,7 +446,7 @@ int ObDbLinkProxy::create_dblink_pool(uint64_t tenant_id, uint64_t dblink_id, Db
return ret;
}
int ObDbLinkProxy::acquire_dblink(uint64 tenant_id, uint64_t dblink_id,
int ObDbLinkProxy::acquire_dblink(uint64_t tenant_id, uint64_t dblink_id,
DblinkDriverProto dblink_type,
const dblink_param_ctx &param_ctx,
ObISQLConnection *&dblink_conn,