[scn] mv definition of SCN to dir of share

This commit is contained in:
obdev
2022-11-28 02:50:55 +00:00
committed by ob-robot
parent 68151eb87a
commit 99d4f56fec
716 changed files with 7746 additions and 6117 deletions

View File

@ -775,7 +775,7 @@ int ObTableModifyOp::calc_single_table_loc()
K(table_loc_id), K(ref_table_id), K(das_ctx.get_table_loc_list()));
} else {
get_input()->table_loc_ = table_loc;
get_input()->tablet_loc_ = table_loc->tablet_locs_.get_first();
get_input()->tablet_loc_ = table_loc->get_first_tablet_loc();
}
}
return ret;