[CP] Fix: affected row sync

This commit is contained in:
yaojing624
2023-11-20 17:40:55 +00:00
committed by ob-robot
parent f95bb7f590
commit 11d49921e5
4 changed files with 21 additions and 6 deletions

View File

@ -846,10 +846,6 @@ public:
transaction::ObTxClass get_trans_type() const { return trans_type_; }
void get_session_priv_info(share::schema::ObSessionPrivInfo &session_priv) const;
void set_found_rows(const int64_t count) { found_rows_ = count; }
int64_t get_found_rows() const { return found_rows_; }
void set_affected_rows(const int64_t count) { affected_rows_ = count; }
int64_t get_affected_rows() const { return affected_rows_; }
bool has_user_super_privilege() const;
bool has_user_process_privilege() const;
int check_read_only_privilege(const bool read_only,