File tree Expand file tree Collapse file tree
src/rootserver/fork_table Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -137,7 +137,6 @@ int ObForkTableHelper::copy_tablet_autoinc_seq_info_()
137137 LOG_WARN (" fork table helper not init" , KR (ret));
138138 } else {
139139 ObArenaAllocator allocator (" ForkAutoinc" );
140- ObTabletAutoincSeq autoinc_seq;
141140 obrpc::ObBatchSetTabletAutoincSeqArg arg;
142141 arg.tenant_id_ = tenant_id_;
143142 arg.ls_id_ = SYS_LS ;
@@ -148,6 +147,7 @@ int ObForkTableHelper::copy_tablet_autoinc_seq_info_()
148147 const ObTabletID &src_tablet_id = src_tablet_ids_.at (i);
149148 const ObTabletID &dst_tablet_id = dst_tablet_ids_.at (i);
150149 ObTabletHandle tablet_handle;
150+ ObTabletAutoincSeq autoinc_seq;
151151 share::ObMigrateTabletAutoincSeqParam param;
152152 param.src_tablet_id_ = src_tablet_id;
153153 param.dest_tablet_id_ = dst_tablet_id;
You can’t perform that action at this time.
0 commit comments