fix progressive merge bug

This commit is contained in:
z404289981
2023-08-08 10:24:37 +00:00
committed by ob-robot
parent 8325c17a84
commit 6f55199a8f

View File

@ -1970,6 +1970,7 @@ public:
|| alter_table_schema_.alter_option_bitset_.has_member(STORE_FORMAT)
|| alter_table_schema_.alter_option_bitset_.has_member(STORAGE_FORMAT_VERSION)
|| alter_table_schema_.alter_option_bitset_.has_member(PROGRESSIVE_MERGE_ROUND)
|| alter_table_schema_.alter_option_bitset_.has_member(PROGRESSIVE_MERGE_NUM)
|| alter_table_schema_.alter_option_bitset_.has_member(ENCRYPTION);
}
ObAlterTableArg &operator=(const ObAlterTableArg &other) = delete;