[master] add sql_audit txn-route diagnose info

This commit is contained in:
chinaxing
2023-02-14 04:15:02 +00:00
committed by ob-robot
parent 6d1f508977
commit 092b683a60
16 changed files with 204 additions and 42 deletions

View File

@ -433,6 +433,7 @@ struct ObAuditRecordData {
char const* source_; // snapshot's acquire source
} snapshot_; // stmt's tx snapshot
uint64_t txn_free_route_flag_; // flag contains txn free route meta
uint64_t txn_free_route_version_; // the version of txn's state
bool partition_hit_;// flag for need das partition route or not
};