fix: fix the bug induced by check delete distinct for foreign key cascade delete
This commit is contained in:
@ -207,9 +207,9 @@ public:
|
||||
inline ObSQLSessionInfo *get_my_session() const;
|
||||
//get the parent execute context in nested sql
|
||||
ObExecContext *get_parent_ctx() { return parent_ctx_; }
|
||||
//get the root execute context in nested sql
|
||||
int get_root_ctx(ObExecContext* &root_ctx);
|
||||
bool is_root_ctx();
|
||||
//get the root execute context of foreign key in nested sql
|
||||
int get_fk_root_ctx(ObExecContext* &root_ctx);
|
||||
bool is_fk_root_ctx();
|
||||
int64_t get_nested_level() const { return nested_level_; }
|
||||
/**
|
||||
* @brief set sql proxy
|
||||
|
||||
Reference in New Issue
Block a user