set dblink timeout

This commit is contained in:
obdev
2023-03-07 08:40:52 +00:00
committed by ob-robot
parent 29a5dd5a5f
commit f7714fcb55
2 changed files with 20 additions and 2 deletions

View File

@ -133,6 +133,7 @@ struct ObGlobalHint {
int merge_dop_hint(uint64_t dfo, uint64_t dop);
int merge_dop_hint(const ObIArray<ObDopHint> &dop_hints);
void merge_query_timeout_hint(int64_t hint_time);
void reset_query_timeout_hint() { query_timeout_ = -1; }
void merge_dblink_info_hint(int64_t tx_id, int64_t tm_sessid);
void reset_dblink_info_hint();
void merge_max_concurrent_hint(int64_t max_concurrent);