[FEAT MERGE] MySQL lock functions and DMBS_LOCK.RELEASE

This commit is contained in:
YangEfei
2024-04-16 17:16:58 +00:00
committed by ob-robot
parent 0d6f3a8316
commit 7a78d20312
105 changed files with 8447 additions and 2566 deletions

View File

@ -494,9 +494,13 @@ public:
}
return reroute_info_;
}
share::ObFeedbackRerouteInfo *get_reroute_info() {
share::ObFeedbackRerouteInfo *get_reroute_info() const {
return reroute_info_;
}
void set_reroute_info(share::ObFeedbackRerouteInfo &reroute_info)
{
reroute_info_->assign(reroute_info);
}
bool is_batch_params_execute() const
{