fix some bugs

This commit is contained in:
ChangerR
2023-06-16 03:42:31 +00:00
committed by ob-robot
parent e9a0d16b1d
commit 49a8d8bb2b
10 changed files with 112 additions and 33 deletions

View File

@ -205,6 +205,10 @@ namespace sql
const ObSQLSessionInfo &session,
bool &is_use_pdml);
int check_is_heap_table(const ObDMLStmt &stmt);
int check_merge_stmt_is_update_index_rowkey(const ObSQLSessionInfo &session,
const ObDMLStmt &stmt,
const ObIArray<uint64_t> &index_ids,
bool &is_update);
int extract_column_usage_info(const ObDMLStmt &stmt);
int analyze_one_expr(const ObDMLStmt &stmt, const ObRawExpr *expr);
int add_column_usage_arg(const ObDMLStmt &stmt,