[FEAT MERGE] change the semantics of tenant=all

This commit is contained in:
obdev
2023-08-31 03:10:42 +00:00
committed by ob-robot
parent 6f95b8a7ab
commit 03b37d3730
36 changed files with 1042 additions and 346 deletions

View File

@ -768,6 +768,7 @@ public:
bool &is_param);
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);
private:
static int try_convert_to_unsiged(const ObExprResType restype,
ObRawExpr& src_expr,