Adjust ddl locks of global index task

This commit is contained in:
Hongqin-Li
2023-07-14 03:18:02 +00:00
committed by ob-robot
parent dbb4a194f2
commit f80447e986
5 changed files with 179 additions and 134 deletions

View File

@ -88,6 +88,7 @@ public:
int submit_build_index_task(common::ObMySQLTransaction &trans,
const obrpc::ObCreateIndexArg &arg,
const share::schema::ObTableSchema *data_schema,
const common::ObIArray<common::ObTabletID> *inc_data_tablet_ids,
const common::ObIArray<common::ObTabletID> *del_data_tablet_ids,
const share::schema::ObTableSchema *index_schema,
const int64_t parallelism,