fix single partition opt bug

This commit is contained in:
bf0
2021-09-24 11:10:39 +08:00
committed by wangzelin.wzl
parent 86697041a2
commit 73e3401749
9 changed files with 87 additions and 40 deletions

View File

@ -332,6 +332,7 @@ public:
static int print_identifier(char* buf, const int64_t buf_len, int64_t& pos,
common::ObCollationType connection_collation, const common::ObString& identifier_name);
static bool is_one_part_table_can_skip_part_calc(const share::schema::ObTableSchema &schema);
private:
static int check_ident_name(const common::ObCollationType cs_type, common::ObString& name,