[FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: sdc <njucssdc@gmail.com> Co-authored-by: seuwebber <webber_code@163.com>
This commit is contained in:
@ -189,7 +189,7 @@ private:
|
||||
int init_rewrite_rule_version(const uint64_t tenant_id);
|
||||
static int recompile_all_views_and_synonyms(const uint64_t tenant_id);
|
||||
};
|
||||
// DEF_SIMPLE_UPGRARD_PROCESSER(4, 2, 0, 0)
|
||||
|
||||
class ObUpgradeFor4200Processor : public ObBaseUpgradeProcessor
|
||||
{
|
||||
public:
|
||||
@ -198,6 +198,8 @@ public:
|
||||
virtual int pre_upgrade() override { return common::OB_SUCCESS; }
|
||||
virtual int post_upgrade() override;
|
||||
private:
|
||||
int post_upgrade_for_grant_create_database_link_priv();
|
||||
int post_upgrade_for_grant_drop_database_link_priv();
|
||||
int post_upgrade_for_heartbeat_and_server_zone_op_service();
|
||||
};
|
||||
/* =========== special upgrade processor end ============= */
|
||||
|
||||
Reference in New Issue
Block a user