Shield sensitive information in sql_audit.

This commit is contained in:
bx0
2021-11-02 14:14:13 +08:00
committed by LINxiansheng
parent c4933ab1b9
commit e55c1cfb1b
9 changed files with 52 additions and 10 deletions

View File

@ -391,6 +391,8 @@ public:
bool can_reroute_sql_;
share::ObFeedbackRerouteInfo reroute_info_;
bool is_sensitive_; // Whether it contains sensitive information.
// If so, it will not be recorded in sql audit.
common::ObFixedArray<int64_t, common::ObIAllocator> multi_stmt_rowkey_pos_;
};