fix bug of not init direct_load_type_

This commit is contained in:
obdev
2024-05-13 07:15:58 +00:00
committed by ob-robot
parent aefd04361f
commit c9db465e22
2 changed files with 4 additions and 3 deletions

View File

@ -684,6 +684,7 @@ int ObDDLIncRedoLogWriterCallback::init(
task_id_ = task_id;
start_scn_ = start_scn;
data_format_version_ = data_format_version;
direct_load_type_ = direct_load_type;
tx_desc_ = tx_desc;
trans_id_ = trans_id;
is_inited_ = true;