[CP] fix drop index of pitr failed.

This commit is contained in:
obdev
2023-10-10 10:13:33 +00:00
committed by ob-robot
parent af4801cfc0
commit 03509f5f3b

View File

@ -233,7 +233,7 @@ int ObIndexBuilder::drop_index(const ObDropIndexArg &arg, obrpc::ObDropIndexRes
ObTableItem table_item;
table_item.database_name_ = arg.database_name_;
table_item.table_name_ = index_table_schema->get_table_name();
table_item.is_hidden_ = arg.is_hidden_;
table_item.is_hidden_ = index_table_schema->is_user_hidden_table();
obrpc::ObDDLRes ddl_res;
obrpc::ObDropTableArg drop_table_arg;
drop_table_arg.tenant_id_ = tenant_id;