fix coredump if toolbox init half

This commit is contained in:
hnwyllmm
2024-02-08 19:36:43 +00:00
committed by ob-robot
parent ce398d70f0
commit 9e99fdb706

View File

@ -685,7 +685,7 @@ public:
InsertTask,
};
struct ToolBox {
ToolBox() : file_reader(nullptr), job_status(nullptr), expr_buffer(nullptr) {}
ToolBox() : file_reader(nullptr), job_status(nullptr), expr_buffer(nullptr), temp_handle(nullptr) {}
int init(ObExecContext &ctx, ObLoadDataStmt &load_stmt);
int build_calc_partid_expr(ObExecContext &ctx,
ObLoadDataStmt &load_stmt,