patch 4.1 bug fix and remove some secret url

This commit is contained in:
ob-robot
2023-03-19 19:22:48 +08:00
parent 8ce2f275c4
commit 9365c0dd4c
85 changed files with 1094 additions and 374 deletions

View File

@ -38,6 +38,7 @@ public:
virtual ~ObLogLink() {}
virtual int est_cost() override;
virtual int compute_sharding_info() override;
virtual int compute_op_parallel_and_server_info() override;
inline const common::ObIArray<ObParamPosIdx> &get_param_infos() const { return param_infos_; }
inline const char *get_stmt_fmt_buf() const { return stmt_fmt_buf_; }
inline int32_t get_stmt_fmt_len() const { return stmt_fmt_len_; }