fix nested sql bug
This commit is contained in:
@ -263,9 +263,15 @@ private:
|
||||
|
||||
int refine_buffer(PlanText &plan_text);
|
||||
|
||||
int prepare_and_store_session(ObSQLSessionInfo *session);
|
||||
int prepare_and_store_session(ObSQLSessionInfo *session,
|
||||
ObSQLSessionInfo::StmtSavedValue *&session_value,
|
||||
transaction::ObTxDesc *&tx_desc,
|
||||
int64_t &nested_count);
|
||||
|
||||
int restore_session(ObSQLSessionInfo *session);
|
||||
int restore_session(ObSQLSessionInfo *session,
|
||||
ObSQLSessionInfo::StmtSavedValue *&session_value,
|
||||
transaction::ObTxDesc *tx_desc,
|
||||
int64_t nested_count);
|
||||
|
||||
public:
|
||||
static int format_one_output_expr(char *buf,
|
||||
@ -279,8 +285,6 @@ public:
|
||||
|
||||
private:
|
||||
common::ObIAllocator &allocator_;
|
||||
int64_t save_nested_count_;
|
||||
ObSQLSessionInfo::StmtSavedValue *saved_session_;
|
||||
};
|
||||
|
||||
} // end of namespace sql
|
||||
|
||||
Reference in New Issue
Block a user