[FEAT MERGE] implement SQL level resource management based on pattern match

This commit is contained in:
obdev
2023-01-04 12:39:02 +00:00
committed by ob-robot
parent cca9f7c2d2
commit 7c991b5da5
58 changed files with 2613 additions and 168 deletions

View File

@ -1941,6 +1941,8 @@ int ObSysVarOnCheckFuncs::check_update_resource_manager_plan(ObExecContext &ctx,
// maybe NULL, do nothing
} else if (OB_FAIL(val.get_string(plan))) {
LOG_WARN("fail to get sql mode str", K(ret), K(val), K(sys_var));
} else if (0 == plan.length()) {
// do nothing.
} else {
// check if plan exists
ObResourceManagerProxy proxy;