master placehold rebuild tablet op
This commit is contained in:
parent
86016b1b0f
commit
6b6b0a2403
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user