[scn] fix failure of mittest after refresh feature scn
This commit is contained in:
@ -120,10 +120,9 @@ int ObInsertStmt::replace_inner_stmt_expr(const ObIArray<ObRawExpr*> &other_expr
|
||||
return ret;
|
||||
}
|
||||
|
||||
int ObInsertStmt::check_table_be_modified(uint64_t ref_table_id, bool& is_modified) const
|
||||
bool ObInsertStmt::check_table_be_modified(uint64_t ref_table_id) const
|
||||
{
|
||||
is_modified = table_info_.ref_table_id_ == ref_table_id;
|
||||
return OB_SUCCESS;
|
||||
return table_info_.ref_table_id_ == ref_table_id;
|
||||
}
|
||||
|
||||
int64_t ObInsertStmt::to_string(char *buf, const int64_t buf_len) const
|
||||
|
||||
Reference in New Issue
Block a user