patch 4.0

This commit is contained in:
wangzelin.wzl
2022-10-24 10:34:53 +08:00
parent 4ad6e00ec3
commit 93a1074b0c
10533 changed files with 2588271 additions and 2299373 deletions

View File

@ -22,12 +22,18 @@ using namespace oceanbase;
using namespace oceanbase::common;
using namespace oceanbase::sql;
ObUserProfileStmt::ObUserProfileStmt(ObIAllocator* name_pool)
: ObDDLStmt(name_pool, stmt::T_USER_PROFILE), create_profile_arg_()
{}
ObUserProfileStmt::ObUserProfileStmt(ObIAllocator *name_pool)
: ObDDLStmt(name_pool, stmt::T_USER_PROFILE),
create_profile_arg_()
{
}
ObUserProfileStmt::ObUserProfileStmt() : ObDDLStmt(NULL, stmt::T_USER_PROFILE), create_profile_arg_()
{}
ObUserProfileStmt::ObUserProfileStmt()
: ObDDLStmt(NULL, stmt::T_USER_PROFILE),
create_profile_arg_()
{
}
ObUserProfileStmt::~ObUserProfileStmt()
{}
{
}