[CP] [FEAT MERGE]:pl 4.2.2 version feature dev

This commit is contained in:
hanr881
2024-03-28 10:50:18 +00:00
committed by ob-robot
parent 4171f32387
commit 4130e898e3
56 changed files with 2660 additions and 531 deletions

View File

@ -1100,6 +1100,16 @@ private:
int64_t cursor_param_count);
};
struct ObPLSubPLSqlTimeGuard
{
ObPLSubPLSqlTimeGuard(pl::ObPLExecCtx *ctx);
~ObPLSubPLSqlTimeGuard();
int64_t old_sub_plsql_exec_time_;
int64_t execute_start_;
pl::ObPLExecState *state_;
int64_t old_pure_sql_exec_time_;
};
}
}