set the initial value of wrs to scn min
This commit is contained in:
@ -1779,7 +1779,8 @@ OB_SERIALIZE_MEMBER((ObTruncateTableArg, ObDDLArg),
|
||||
table_name_,
|
||||
session_id_,
|
||||
is_add_to_scheduler_,
|
||||
compat_mode_);
|
||||
compat_mode_,
|
||||
foreign_key_checks_);
|
||||
|
||||
DEF_TO_STRING(ObTruncateTableArg)
|
||||
{
|
||||
@ -1790,7 +1791,8 @@ DEF_TO_STRING(ObTruncateTableArg)
|
||||
K_(table_name),
|
||||
K_(session_id),
|
||||
K_(is_add_to_scheduler),
|
||||
K_(compat_mode));
|
||||
K_(compat_mode),
|
||||
K_(foreign_key_checks));
|
||||
J_OBJ_END();
|
||||
return pos;
|
||||
}
|
||||
@ -2174,7 +2176,8 @@ DEF_TO_STRING(ObDropIndexArg) {
|
||||
K_(index_table_id),
|
||||
K_(is_add_to_scheduler),
|
||||
K_(is_in_recyclebin),
|
||||
K_(is_hidden));
|
||||
K_(is_hidden),
|
||||
K_(is_inner));
|
||||
J_OBJ_END();
|
||||
return pos;
|
||||
}
|
||||
@ -2187,7 +2190,8 @@ OB_SERIALIZE_MEMBER((ObDropIndexArg, ObIndexArg),
|
||||
index_table_id_,
|
||||
is_add_to_scheduler_,
|
||||
is_in_recyclebin_,
|
||||
is_hidden_);
|
||||
is_hidden_,
|
||||
is_inner_);
|
||||
|
||||
OB_SERIALIZE_MEMBER(ObDropIndexRes, tenant_id_, index_table_id_, schema_version_, task_id_);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user