to issue<50673546>:fix forall dblink issue

This commit is contained in:
hanr881
2023-08-04 03:48:50 +00:00
committed by ob-robot
parent a51c164a09
commit 98f30c3a08
9 changed files with 43 additions and 4 deletions

View File

@ -246,6 +246,7 @@ public:
ObString ps_sql_; // sql prepare过后的参数化sql
bool is_bulk_;
bool has_dup_column_name_;
bool has_link_table_;
};
struct PLPrepareCtx