Add params value for text ps in sql audit
This commit is contained in:
@ -4884,6 +4884,8 @@ int ObSql::handle_text_execute(const ObStmt *basic_stmt,
|
||||
result,
|
||||
false/*is_inner_sql*/))) {
|
||||
LOG_WARN("ps execute failed", K(ret));
|
||||
} else if (OB_FAIL(construct_param_store(param_store, result.get_ps_params()))) {
|
||||
LOG_WARN("construct ps params failed", K(ret));
|
||||
}
|
||||
}
|
||||
LOG_DEBUG("handle text execute done", K(ret), KPC(exec_stmt), K(param_store));
|
||||
|
Reference in New Issue
Block a user