Fix: fix duplicate delete same row induced by fk cascade delete
This commit is contained in:
@ -207,6 +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() {return parent_ctx_ == nullptr;}
|
||||
int64_t get_nested_level() const { return nested_level_; }
|
||||
/**
|
||||
* @brief set sql proxy
|
||||
|
||||
Reference in New Issue
Block a user