fix plan cache print current row core

This commit is contained in:
obdev 2023-07-11 20:48:38 +00:00 committed by ob-robot
parent 6510ee3da8
commit 08d402e33f
2 changed files with 2 additions and 3 deletions

View File

@ -135,8 +135,7 @@ int ObGVSql::get_row_from_specified_tenant(uint64_t tenant_id, bool &is_end)
SERVER_LOG(DEBUG, SERVER_LOG(DEBUG,
"add plan from a tenant", "add plan from a tenant",
K(ret), K(ret),
K(tenant_id), K(tenant_id));
K_(cur_row));
return ret; return ret;
} }

View File

@ -146,7 +146,7 @@ int ObDBMSAppInfo::set_module(sql::ObExecContext &ctx, sql::ParamStore &params,
} else { } else {
OZ (params.at(0).get_string(module_name)); OZ (params.at(0).get_string(module_name));
} }
OV (params.at(1).is_varchar() || params.at(0).is_null_oracle(), OB_INVALID_ARGUMENT); OV (params.at(1).is_varchar() || params.at(1).is_null_oracle(), OB_INVALID_ARGUMENT);
if (params.at(1).is_null_oracle()) { if (params.at(1).is_null_oracle()) {
action_name.reset(); action_name.reset();
} else { } else {