ObCreateTableRes new member placeholder

This commit is contained in:
obdev
2024-02-06 15:43:20 +00:00
committed by ob-robot
parent f1be30b005
commit 71a383ea79
2 changed files with 6 additions and 3 deletions

View File

@ -1688,7 +1688,7 @@ bool ObCreateTableArg::is_allow_when_upgrade() const
return bret;
}
OB_SERIALIZE_MEMBER(ObCreateTableRes, table_id_, schema_version_);
OB_SERIALIZE_MEMBER(ObCreateTableRes, table_id_, schema_version_, task_id_);
bool ObCreateTableLikeArg::is_valid() const
{