[scn] mv definition of SCN to dir of share

This commit is contained in:
obdev
2022-11-28 02:50:55 +00:00
committed by ob-robot
parent 68151eb87a
commit 99d4f56fec
716 changed files with 7746 additions and 6117 deletions

View File

@ -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