fix plan cache print current row core
This commit is contained in:
parent
6510ee3da8
commit
08d402e33f
@ -135,8 +135,7 @@ int ObGVSql::get_row_from_specified_tenant(uint64_t tenant_id, bool &is_end)
|
||||
SERVER_LOG(DEBUG,
|
||||
"add plan from a tenant",
|
||||
K(ret),
|
||||
K(tenant_id),
|
||||
K_(cur_row));
|
||||
K(tenant_id));
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
@ -146,7 +146,7 @@ int ObDBMSAppInfo::set_module(sql::ObExecContext &ctx, sql::ParamStore ¶ms,
|
||||
} else {
|
||||
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()) {
|
||||
action_name.reset();
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user