[FEAT MERGE] implement mysql dblink and read consistency
Co-authored-by: xianyu-w <707512433@qq.com> Co-authored-by: sdc <njucssdc@gmail.com> Co-authored-by: seuwebber <webber_code@163.com>
This commit is contained in:
@ -4804,7 +4804,7 @@ bool ObDropDbLinkArg::is_valid() const
|
||||
return OB_INVALID_ID != tenant_id_ && !dblink_name_.empty();
|
||||
}
|
||||
|
||||
OB_SERIALIZE_MEMBER((ObDropDbLinkArg, ObDDLArg), tenant_id_, dblink_name_);
|
||||
OB_SERIALIZE_MEMBER((ObDropDbLinkArg, ObDDLArg), tenant_id_, dblink_name_, if_exist_);
|
||||
|
||||
OB_SERIALIZE_MEMBER((ObUseDatabaseArg, ObDDLArg));
|
||||
OB_SERIALIZE_MEMBER(ObGetPartitionCountResult, partition_count_);
|
||||
|
||||
Reference in New Issue
Block a user