[SCN REFACTOR] replace flash back snapshot and remove read snapshot session

This commit is contained in:
wangt1xiuyi
2022-11-28 01:54:50 +00:00
committed by ob-robot
parent c4c13f6296
commit 11485d6a98
268 changed files with 6763 additions and 7737 deletions

View File

@ -65,8 +65,7 @@ public:
ObSqlTempTableInfo() : temp_table_id_(OB_INVALID_ID),
table_name_(),
table_query_(NULL),
table_plan_(NULL),
is_local_(true) {}
table_plan_(NULL) {}
virtual ~ObSqlTempTableInfo() {}
TO_STRING_KV(K_(temp_table_id),
@ -77,7 +76,6 @@ public:
common::ObString table_name_;
ObSelectStmt *table_query_;
ObLogicalOperator *table_plan_;
bool is_local_;
};
} /* ns sql*/