Fix mv maintenance task member not init

This commit is contained in:
obdev
2024-02-09 01:34:18 +00:00
committed by ob-robot
parent 71f41bc7cb
commit 87d247d2b9
2 changed files with 2 additions and 0 deletions

View File

@ -38,6 +38,7 @@ ObMLogMaintenanceTask::ObMLogMaintenanceTask()
start_time_(-1),
start_gc_mlog_time_(-1),
cost_us_(-1),
prepare_cost_us_(-1),
gc_mlog_cost_us_(-1),
fetch_finish_(false),
in_sched_(false),

View File

@ -43,6 +43,7 @@ ObMViewMaintenanceTask::ObMViewMaintenanceTask()
start_time_(-1),
start_gc_mview_time_(-1),
cost_us_(-1),
prepare_cost_us_(-1),
gc_mview_cost_us_(-1),
fetch_finish_(false),
in_sched_(false),