remove enable_pg parameter config

This commit is contained in:
zh0
2021-09-08 23:00:08 +08:00
committed by wangzelin.wzl
parent 79f1a13d71
commit 81ec0c135d
3 changed files with 19 additions and 8 deletions

View File

@ -91,13 +91,6 @@ int ObCreateTablegroupResolver::resolve(const ParseNode& parse_tree)
}
}
if (OB_SUCC(ret)) {
if (GCONF.enable_pg) {
create_tablegroup_stmt->set_binding(true);
} else {
}
}
if (OB_FAIL(ret)) {
// nothing todo
} else if (OB_ISNULL(node->children_[TABLEGROUP_OPTION])) {