Do not report ERROR when sample rate equals 100
This commit is contained in:
@ -311,7 +311,6 @@ public:
|
||||
ObRawExpr *&expr);
|
||||
|
||||
static int revert_external_param_info(ExternalParams ¶m_info,
|
||||
ObRawExprFactory &expr_factory,
|
||||
ObRawExpr *expr);
|
||||
|
||||
/**
|
||||
@ -473,8 +472,7 @@ public:
|
||||
share::schema::ObColumnSchemaV2 &generated_column,
|
||||
ObRawExpr *&expr,
|
||||
const PureFunctionCheckStatus
|
||||
check_status = DISABLE_CHECK,
|
||||
bool coltype_not_defined = false);
|
||||
check_status = DISABLE_CHECK);
|
||||
static int resolve_generated_column_expr(ObResolverParams ¶ms,
|
||||
const ParseNode *node,
|
||||
share::schema::ObTableSchema &tbl_schema,
|
||||
@ -482,8 +480,7 @@ public:
|
||||
share::schema::ObColumnSchemaV2 &generated_column,
|
||||
ObRawExpr *&expr,
|
||||
const PureFunctionCheckStatus
|
||||
check_status = DISABLE_CHECK,
|
||||
bool coltype_not_defined = false);
|
||||
check_status = DISABLE_CHECK);
|
||||
static int resolve_generated_column_info(const common::ObString &expr_str,
|
||||
ObIAllocator &allocator,
|
||||
ObItemType &root_expr_type,
|
||||
@ -783,13 +780,6 @@ public:
|
||||
static int check_keystore_status(const uint64_t tenant_id, ObSchemaChecker &schema_checker);
|
||||
static int check_encryption_name(common::ObString &encryption_name, bool &need_encrypt);
|
||||
static int check_not_supported_tenant_name(const common::ObString &tenant_name);
|
||||
static int check_allowed_alter_operations_for_mlog(
|
||||
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);
|
||||
static int check_schema_valid_for_mview(const share::schema::ObTableSchema &table_schema);
|
||||
private:
|
||||
static int try_convert_to_unsiged(const ObExprResType restype,
|
||||
ObRawExpr& src_expr,
|
||||
@ -821,8 +811,6 @@ private:
|
||||
static int handle_varchar_charset(ObCharsetType charset_type,
|
||||
ObIAllocator &allocator,
|
||||
ParseNode *&node);
|
||||
|
||||
static int is_negative_ora_nmb(const common::ObObjParam &obj_param, bool &is_neg, bool &is_zero);
|
||||
static const common::ObString stmt_type_string[];
|
||||
|
||||
// disallow construct
|
||||
|
||||
Reference in New Issue
Block a user