提交 d1707e6a 编写于 作者: W wd0 提交者: LINGuanRen

fix bug when purge databases containing a table having global index with a primary zone

上级 e7f25eaa
......@@ -9204,6 +9204,8 @@ int ObDDLService::purge_database(const ObPurgeDatabaseArg& arg, int64_t& pz_coun
// bypass
} else if (schema->get_primary_zone().empty()) {
// bypass
} else if (USER_INDEX == schema->get_table_type()) {
// bypass, hope some day, pz_value can be removed from oceanbase
} else {
++pz_count;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册