master placehold rebuild tablet op

This commit is contained in:
godyangfight 2024-09-20 06:15:19 +00:00 committed by ob-robot
parent 86016b1b0f
commit 6b6b0a2403
2 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,7 @@ static const char *migration_op_type_strs[] = {
"CHANGE_LS_OP",
"REMOVE_LS_OP",
"RESTORE_STANDBY_LS_OP",
"REBUILD_TABLET_OP",
};
const char *ObMigrationOpType::get_str(const TYPE &type)

View File

@ -61,6 +61,7 @@ struct ObMigrationOpType
CHANGE_LS_OP = 3,
REMOVE_LS_OP = 4,
RESTORE_STANDBY_LS_OP = 5,
REBUILD_TABLET_OP = 6,
MAX_LS_OP,
};
static const char *get_str(const TYPE &status);