[scn] mv definition of SCN to dir of share
This commit is contained in:
@ -357,7 +357,7 @@ struct ObAuditRecordData {
|
||||
return sql_len_ + tenant_name_len_ + user_name_len_ + db_name_len_;
|
||||
}
|
||||
|
||||
palf::SCN get_snapshot_version() const
|
||||
share::SCN get_snapshot_version() const
|
||||
{
|
||||
return snapshot_.version_;
|
||||
}
|
||||
@ -423,7 +423,7 @@ struct ObAuditRecordData {
|
||||
int64_t params_value_len_;
|
||||
char *params_value_;
|
||||
struct StmtSnapshot {
|
||||
palf::SCN version_; // snapshot version
|
||||
share::SCN version_; // snapshot version
|
||||
int64_t tx_id_; // snapshot inner which txn
|
||||
int64_t scn_; // snapshot's position in the txn
|
||||
char const* source_; // snapshot's acquire source
|
||||
|
||||
Reference in New Issue
Block a user