[FEAT MERGE] ENHANCE CARDINALITY ESTIMATION AND OPTIMIZER STATS MANAGEMENT
Co-authored-by: ChangerR <dingjinchengyx@163.com> Co-authored-by: wangt1xiuyi <13547954130@163.com>
This commit is contained in:
@ -259,7 +259,6 @@ private:
|
||||
int post_upgrade_for_spm();
|
||||
int post_upgrade_for_online_estimate_percent();
|
||||
};
|
||||
|
||||
DEF_SIMPLE_UPGRARD_PROCESSER(4, 3, 2, 1)
|
||||
|
||||
class ObUpgradeFor4330Processor : public ObBaseUpgradeProcessor
|
||||
@ -271,6 +270,7 @@ public:
|
||||
virtual int post_upgrade() override;
|
||||
private:
|
||||
int post_upgrade_for_external_table_flag();
|
||||
int post_upgrade_for_optimizer_stats();
|
||||
};
|
||||
/* =========== special upgrade processor end ============= */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user