fix coredump if toolbox init half
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user