fix compile warnings

This commit is contained in:
gm
2021-06-16 14:53:52 +08:00
committed by MizuhaHimuraki
parent ad8465b5ce
commit 8c4a2f26a6
79 changed files with 2878 additions and 2575 deletions

View File

@ -22286,8 +22286,8 @@ int ObDDLService::get_tenant_primary_zone_entity_count(
LOG_WARN("database schema is null", K(ret));
} else if (tablegroup_schema->get_primary_zone().empty()) {
// go on next
} else {
pz_entity_count;
}else {
++pz_entity_count;
}
}
}