patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -12,13 +12,29 @@
#include "share/ob_autoincrement_param.h"
namespace oceanbase {
namespace share {
namespace oceanbase
{
namespace share
{
OB_SERIALIZE_MEMBER(AutoincParam, tenant_id_, autoinc_table_id_, autoinc_table_part_num_, autoinc_col_id_,
autoinc_col_index_, autoinc_update_col_index_, autoinc_col_type_, total_value_count_, autoinc_desired_count_,
autoinc_old_value_index_, autoinc_increment_, autoinc_offset_, autoinc_first_part_num_, part_level_, pkey_,
auto_increment_cache_size_, part_value_no_order_);
OB_SERIALIZE_MEMBER(AutoincKey, tenant_id_, table_id_, column_id_);
} // end namespace share
} // end namespace oceanbase
OB_SERIALIZE_MEMBER(AutoincParam,
tenant_id_,
autoinc_table_id_,
autoinc_table_part_num_,
autoinc_col_id_,
autoinc_col_type_,
total_value_count_,
autoinc_desired_count_,
autoinc_old_value_index_,
autoinc_increment_,
autoinc_offset_,
autoinc_first_part_num_,
part_level_,
auto_increment_cache_size_,
part_value_no_order_,
autoinc_mode_is_order_);
}//end namespace share
}//end namespace oceanbase