[CP] [CP] add max_partition_num config in mysql mode

This commit is contained in:
ChangerR
2024-01-19 05:12:31 +00:00
committed by ob-robot
parent 94b32039ba
commit d29f6ff8a4
7 changed files with 37 additions and 10 deletions

View File

@ -787,6 +787,8 @@ public:
const uint64_t tenant_id,
const obrpc::ObAlterTableArg &arg,
const share::schema::ObTableSchema &table_schema);
static int64_t get_mysql_max_partition_num(const uint64_t tenant_id);
private:
static int try_convert_to_unsiged(const ObExprResType restype,
ObRawExpr& src_expr,