fix: add tenant name to match ddl inner sql

This commit is contained in:
JLY2015
2023-07-20 13:42:29 +00:00
committed by ob-robot
parent ad8f509b1b
commit 5dd6d2524e
4 changed files with 18 additions and 11 deletions

View File

@ -874,8 +874,8 @@ int ObPxSubCoord::end_ddl(const bool need_commit)
LOG_WARN("ddl manager finish contex failed", K(ret), K(ddl_ctrl_));
}
LOG_INFO("end ddl sstable", K(ret), K(need_commit));
DEBUG_SYNC(END_DDL_IN_PX_SUBCOORD);
}
DEBUG_SYNC(END_DDL_IN_PX_SUBCOORD);
if (OB_EAGAIN == ret) {
ret = OB_STATE_NOT_MATCH; // avoid px hang
}