Try_cnt in sql_audit show greater than actual value
This commit is contained in:
@ -1041,7 +1041,12 @@ ObAuditRecordData& ObSQLSessionInfo::get_audit_record()
|
||||
return audit_record_;
|
||||
}
|
||||
|
||||
const ObAuditRecordData& ObSQLSessionInfo::get_raw_audit_record() const
|
||||
ObAuditRecordData &ObSQLSessionInfo::get_raw_audit_record()
|
||||
{
|
||||
return audit_record_;
|
||||
}
|
||||
|
||||
const ObAuditRecordData &ObSQLSessionInfo::get_raw_audit_record() const
|
||||
{
|
||||
return audit_record_;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user