[scn] fix 4377 caused by miss one line code when refresh
This commit is contained in:
@ -536,9 +536,9 @@ public:
|
||||
int64_t query_num,
|
||||
int64_t param_num,
|
||||
ParamStore ¶m_store);
|
||||
static int transform_pl_ext_type(ParamStore &src, int64_t array_binding_size, ObIAllocator &alloc, ParamStore *&dst);
|
||||
static int transform_pl_ext_type(ParamStore &src, int64_t array_binding_size, ObIAllocator &alloc, ParamStore *&dst, bool is_forall = false);
|
||||
static int get_one_group_params(int64_t &pos, ParamStore &src, ParamStore &obj_params);
|
||||
static int copy_params_to_array_params(int64_t query_pos, ParamStore &src, ParamStore &dst);
|
||||
static int copy_params_to_array_params(int64_t query_pos, ParamStore &src, ParamStore &dst, ObIAllocator &alloc, bool is_forall = false);
|
||||
static int init_elements_info(ParamStore &src, ParamStore &dst);
|
||||
/*-----------------------
|
||||
* Observer no longer depends on Linux NTP service to adjust server time since 4.0.
|
||||
|
||||
Reference in New Issue
Block a user