cherry-pick from 3_1_x_release to 3.1_opensource_release

This commit is contained in:
obdev
2021-07-15 14:21:14 +08:00
committed by wangzelin.wzl
parent ad7be27692
commit 20c0cae3dd
21 changed files with 269 additions and 174 deletions

View File

@ -161,7 +161,7 @@ int ObBuildIndexBaseTask::check_partition_need_build_index(const ObPartitionKey&
const ObTableSchema* new_index_schema = NULL;
ObSchemaGetterGuard schema_guard;
bool is_partition_exist = false;
bool check_dropped_partition = true;
bool check_dropped_partition = false;
bool is_split_finished = true;
need_build = false;
if (OB_UNLIKELY(!is_inited_)) {