[CP] Fix some bug and case
This commit is contained in:
@ -39,7 +39,7 @@ public:
|
||||
|
||||
public:
|
||||
ObDebugSyncAction() : sync_point_(INVALID_DEBUG_SYNC_POINT),
|
||||
timeout_(0), execute_(0), no_clear_()
|
||||
timeout_(0), execute_(0), no_clear_(false)
|
||||
{}
|
||||
TO_STRING_KV(K_(sync_point), K_(timeout), K_(execute),
|
||||
K_(signal), K_(wait), K_(no_clear), K_(broadcast));
|
||||
|
@ -367,6 +367,7 @@ int ObTabletUnbindMdsHelper::unbind_hidden_tablets_from_orig_tablets(
|
||||
if (arg.is_redefined()) {
|
||||
data.redefined_ = true;
|
||||
data.snapshot_version_ = OB_INVALID_VERSION; // will be fill back on commit
|
||||
data.schema_version_ = arg.schema_version_;
|
||||
}
|
||||
return OB_SUCCESS;
|
||||
}))) {
|
||||
|
Reference in New Issue
Block a user