ObCreateTableRes new member placeholder

This commit is contained in:
coolfishchen
2023-11-17 14:40:48 +00:00
committed by ob-robot
parent 18f0905d96
commit d4657d7e08
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
{